Html Css Color HEX #751516 Red Berry

📋 copy color: '#751516'

red 117 ◦ green 21 ◦ blue 22

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

Shades of Red Berry #751516

Tints of Red Berry #751516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 13.75%

R = 73.13%
G = 13.13%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#751516 (or 0x751516) is known color: Red Berry. HEX triplet: 75, 15 and 16. RGB value is (117,21,22). Sum of RGB (Red+Green+Blue) = 117+21+22=160 (21% of max value = 765). Red value is 117 (46.09% from 255 or 73.12% from 160); Green value is 21 (8.59% from 255 or 13.12% from 160); Blue value is 22 (8.98% from 255 or 13.75% from 160); Max value from RGB is 117 - color contains mainly: red. Hex color #751516 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751516 is #8AEAE9. Grayscale: #313131. Windows color (decimal): -9104106 or 1447285. OLE color: 1447285.

HSL color Cylindrical-coordinate representation of color #751516: hue angle of 359.38º 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 #751516 is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 21 22 -
CMYK 0 0.82 0.81 0.54
HSL 359.38º 0.7% 0.27% -
HSV(B) 359.38º 0.82% 0.46% -
XYZ 7.75 4.38 1.2 -
YUV 49.82 112.3 175.92 -
System Red Green Blue C M Y K H S L
Decimal 117 21 22 0 0.82 0.81 0.54 359.38 0.7 0.27
Hex 75 15 16 0 52 51 36 167 46 1B
Octal 165 25 26 0 122 121 66 547 106 33
Binary 1110101 10101 10110 0 1010010 1010001 110110 101100111 1000110 11011

Color Harmonies of #751516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751516

Black with #751516

Text Example


Text Example

White with #751516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751516; }

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

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

background-color css

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

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

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

border-color css

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

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

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