Html Css Color HEX #75171C Red Berry

📋 copy color: '#75171C'

red 117 ◦ green 23 ◦ blue 28

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

Shades of Red Berry #75171C

Tints of Red Berry #75171C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 16.67%

R = 69.64%
G = 13.69%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#75171C (or 0x75171C) is known color: Red Berry. HEX triplet: 75, 17 and 1C. RGB value is (117,23,28). Sum of RGB (Red+Green+Blue) = 117+23+28=168 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.64% from 168); Green value is 23 (9.38% from 255 or 13.69% from 168); Blue value is 28 (11.33% from 255 or 16.67% from 168); Max value from RGB is 117 - color contains mainly: red. Hex color #75171C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75171C is #8AE8E3. Grayscale: #333333. Windows color (decimal): -9103588 or 1841013. OLE color: 1841013.

HSL color Cylindrical-coordinate representation of color #75171C: hue angle of 356.81º 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 #75171C is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 23 28 -
CMYK 0 0.80 0.76 0.54
HSL 356.81º 0.67% 0.27% -
HSV(B) 356.81º 0.8% 0.46% -
XYZ 7.85 4.48 1.55 -
YUV 51.68 114.64 174.59 -
System Red Green Blue C M Y K H S L
Decimal 117 23 28 0 0.80 0.76 0.54 356.81 0.67 0.27
Hex 75 17 1C 0 50 4C 36 165 43 1B
Octal 165 27 34 0 120 114 66 545 103 33
Binary 1110101 10111 11100 0 1010000 1001100 110110 101100101 1000011 11011

Color Harmonies of #75171C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75171C

Black with #75171C

Text Example


Text Example

White with #75171C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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