Html Css Color HEX #75172C Red Berry

📋 copy color: '#75172C'

red 117 ◦ green 23 ◦ blue 44

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

Shades of Red Berry #75172C

Tints of Red Berry #75172C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 23.91%

R = 63.59%
G = 12.5%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#75172C (or 0x75172C) is known color: Red Berry. HEX triplet: 75, 17 and 2C. RGB value is (117,23,44). Sum of RGB (Red+Green+Blue) = 117+23+44=184 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.59% from 184); Green value is 23 (9.38% from 255 or 12.5% from 184); Blue value is 44 (17.58% from 255 or 23.91% from 184); Max value from RGB is 117 - color contains mainly: red. Hex color #75172C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75172C is #8AE8D3. Grayscale: #353535. Windows color (decimal): -9103572 or 2889589. OLE color: 2889589.

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

Color convert

RGB 117 23 44 -
CMYK 0 0.80 0.62 0.54
HSL 346.6º 0.67% 0.27% -
HSV(B) 346.6º 0.8% 0.46% -
XYZ 8.1 4.58 2.84 -
YUV 53.5 122.64 173.29 -
System Red Green Blue C M Y K H S L
Decimal 117 23 44 0 0.80 0.62 0.54 346.6 0.67 0.27
Hex 75 17 2C 0 50 3E 36 15B 43 1B
Octal 165 27 54 0 120 76 66 533 103 33
Binary 1110101 10111 101100 0 1010000 111110 110110 101011011 1000011 11011

Color Harmonies of #75172C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75172C

Black with #75172C

Text Example


Text Example

White with #75172C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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