Html Css Color HEX #75171E Red Berry

📋 copy color: '#75171E'

red 117 ◦ green 23 ◦ blue 30

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

Shades of Red Berry #75171E

Tints of Red Berry #75171E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.53%

 BLUE value IS 30 (12.11% from 255) = 17.65%

R = 68.82%
G = 13.53%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#75171E (or 0x75171E) is known color: Red Berry. HEX triplet: 75, 17 and 1E. RGB value is (117,23,30). Sum of RGB (Red+Green+Blue) = 117+23+30=170 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.82% from 170); Green value is 23 (9.38% from 255 or 13.53% from 170); Blue value is 30 (12.11% from 255 or 17.65% from 170); Max value from RGB is 117 - color contains mainly: red. Hex color #75171E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75171E is #8AE8E1. Grayscale: #333333. Windows color (decimal): -9103586 or 1972085. OLE color: 1972085.

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

Color convert

RGB 117 23 30 -
CMYK 0 0.80 0.74 0.54
HSL 355.53º 0.67% 0.27% -
HSV(B) 355.53º 0.8% 0.46% -
XYZ 7.88 4.49 1.68 -
YUV 51.9 115.64 174.43 -
System Red Green Blue C M Y K H S L
Decimal 117 23 30 0 0.80 0.74 0.54 355.53 0.67 0.27
Hex 75 17 1E 0 50 4A 36 164 43 1B
Octal 165 27 36 0 120 112 66 544 103 33
Binary 1110101 10111 11110 0 1010000 1001010 110110 101100100 1000011 11011

Color Harmonies of #75171E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75171E

Black with #75171E

Text Example


Text Example

White with #75171E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75171E; }

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

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

background-color css

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

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

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

border-color css

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

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

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