Html Css Color HEX #751520 Red Berry

📋 copy color: '#751520'

red 117 ◦ green 21 ◦ blue 32

#751520
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Berry #751520

Tints of Red Berry #751520

RGB

 RED value IS 117 (46.09% from 255) = 68.82%

 GREEN value IS 21 (8.59% from 255) = 12.35%

 BLUE value IS 32 (12.89% from 255) = 18.82%

R = 68.82%
G = 12.35%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.54

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#751520 (or 0x751520) is known color: Red Berry. HEX triplet: 75, 15 and 20. RGB value is (117,21,32). Sum of RGB (Red+Green+Blue) = 117+21+32=170 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.82% from 170); Green value is 21 (8.59% from 255 or 12.35% from 170); Blue value is 32 (12.89% from 255 or 18.82% from 170); Max value from RGB is 117 - color contains mainly: red. Hex color #751520 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751520 is #8AEADF. Grayscale: #333333. Windows color (decimal): -9104096 or 2102645. OLE color: 2102645.

HSL color Cylindrical-coordinate representation of color #751520: hue angle of 353.12º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #751520 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 21 32 -
CMYK 0 0.82 0.73 0.54
HSL 353.13º 0.7% 0.27% -
HSV(B) 353.13º 0.82% 0.46% -
XYZ 7.86 4.42 1.81 -
YUV 50.96 117.3 175.11 -
System Red Green Blue C M Y K H S L
Decimal 117 21 32 0 0.82 0.73 0.54 353.13 0.7 0.27
Hex 75 15 20 0 52 49 36 161 46 1B
Octal 165 25 40 0 122 111 66 541 106 33
Binary 1110101 10101 100000 0 1010010 1001001 110110 101100001 1000110 11011

Color Harmonies of #751520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751520

Black with #751520

Text Example


Text Example

White with #751520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751520; }

 p { color: rgb(117,21,32); }

 H1.HeaderClassName
 {
   color: #751520;
 }
 .AnyTagClassName
 {
   color: #751520;
 }
</style>

background-color css

<style>
 a { background-color: #751520; }

 a { background-color: rgb(117,21,32); }

 div.DivClassName
 {
   background-color: #751520;
 }
 .BgClassName
 {
   background-color: #751520;
 }
</style>

border-color css

<style>
 span { border-color: #751520; }

 span { border-color: rgb(117,21,32); }

 td.TdClassName
 {
   border-color: #751520;
 }
 .TagClassName
 {
   border-color: #751520;
 }
</style>