Html Css Color HEX #751617 Red Berry

📋 copy color: '#751617'

red 117 ◦ green 22 ◦ blue 23

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

Shades of Red Berry #751617

Tints of Red Berry #751617

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.58%

 BLUE value IS 23 (9.38% from 255) = 14.2%

R = 72.22%
G = 13.58%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#751617 (or 0x751617) is known color: Red Berry. HEX triplet: 75, 16 and 17. RGB value is (117,22,23). Sum of RGB (Red+Green+Blue) = 117+22+23=162 (21% of max value = 765). Red value is 117 (46.09% from 255 or 72.22% from 162); Green value is 22 (8.98% from 255 or 13.58% from 162); Blue value is 23 (9.38% from 255 or 14.20% from 162); Max value from RGB is 117 - color contains mainly: red. Hex color #751617 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751617 is #8AE9E8. Grayscale: #323232. Windows color (decimal): -9103849 or 1513077. OLE color: 1513077.

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

Color convert

RGB 117 22 23 -
CMYK 0 0.81 0.80 0.54
HSL 359.37º 0.68% 0.27% -
HSV(B) 359.37º 0.81% 0.46% -
XYZ 7.78 4.42 1.25 -
YUV 50.52 112.47 175.42 -
System Red Green Blue C M Y K H S L
Decimal 117 22 23 0 0.81 0.80 0.54 359.37 0.68 0.27
Hex 75 16 17 0 51 50 36 167 44 1B
Octal 165 26 27 0 121 120 66 547 104 33
Binary 1110101 10110 10111 0 1010001 1010000 110110 101100111 1000100 11011

Color Harmonies of #751617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751617

Black with #751617

Text Example


Text Example

White with #751617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751617; }

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

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

background-color css

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

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

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

border-color css

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

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

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