Html Css Color HEX #751117 Red Berry

📋 copy color: '#751117'

red 117 ◦ green 17 ◦ blue 23

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

Shades of Red Berry #751117

Tints of Red Berry #751117

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.83%

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

R = 74.52%
G = 10.83%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#751117 (or 0x751117) is known color: Red Berry. HEX triplet: 75, 11 and 17. RGB value is (117,17,23). Sum of RGB (Red+Green+Blue) = 117+17+23=157 (20% of max value = 765). Red value is 117 (46.09% from 255 or 74.52% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 23 (9.38% from 255 or 14.65% from 157); Max value from RGB is 117 - color contains mainly: red. Hex color #751117 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751117 is #8AEEE8. Grayscale: #2F2F2F. Windows color (decimal): -9105129 or 1511797. OLE color: 1511797.

HSL color Cylindrical-coordinate representation of color #751117: hue angle of 356.4º degrees, saturation: 0.75, 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 #751117 is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 17 23 -
CMYK 0 0.85 0.80 0.54
HSL 356.4º 0.75% 0.26% -
HSV(B) 356.4º 0.85% 0.46% -
XYZ 7.69 4.24 1.22 -
YUV 47.58 114.13 177.51 -
System Red Green Blue C M Y K H S L
Decimal 117 17 23 0 0.85 0.80 0.54 356.4 0.75 0.26
Hex 75 11 17 0 55 50 36 164 4B 1A
Octal 165 21 27 0 125 120 66 544 113 32
Binary 1110101 10001 10111 0 1010101 1010000 110110 101100100 1001011 11010

Color Harmonies of #751117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751117

Black with #751117

Text Example


Text Example

White with #751117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751117; }

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

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

background-color css

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

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

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

border-color css

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

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

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