Html Css Color HEX #751216 Red Berry

📋 copy color: '#751216'

red 117 ◦ green 18 ◦ blue 22

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

Shades of Red Berry #751216

Tints of Red Berry #751216

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.46%

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

R = 74.52%
G = 11.46%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#751216 (or 0x751216) is known color: Red Berry. HEX triplet: 75, 12 and 16. RGB value is (117,18,22). Sum of RGB (Red+Green+Blue) = 117+18+22=157 (20% of max value = 765). Red value is 117 (46.09% from 255 or 74.52% from 157); Green value is 18 (7.42% from 255 or 11.46% from 157); Blue value is 22 (8.98% from 255 or 14.01% from 157); Max value from RGB is 117 - color contains mainly: red. Hex color #751216 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751216 is #8AEDE9. Grayscale: #303030. Windows color (decimal): -9104874 or 1446517. OLE color: 1446517.

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

Color convert

RGB 117 18 22 -
CMYK 0 0.85 0.81 0.54
HSL 357.58º 0.73% 0.26% -
HSV(B) 357.58º 0.85% 0.46% -
XYZ 7.7 4.27 1.18 -
YUV 48.06 113.3 177.17 -
System Red Green Blue C M Y K H S L
Decimal 117 18 22 0 0.85 0.81 0.54 357.58 0.73 0.26
Hex 75 12 16 0 55 51 36 166 49 1A
Octal 165 22 26 0 125 121 66 546 111 32
Binary 1110101 10010 10110 0 1010101 1010001 110110 101100110 1001001 11010

Color Harmonies of #751216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751216

Black with #751216

Text Example


Text Example

White with #751216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751216; }

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

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

background-color css

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

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

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

border-color css

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

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

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