Html Css Color HEX #75172F Claret

📋 copy color: '#75172F'

red 117 ◦ green 23 ◦ blue 47

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

Shades of Claret #75172F

Tints of Claret #75172F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 25.13%

R = 62.57%
G = 12.3%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#75172F (or 0x75172F) is known color: Claret. HEX triplet: 75, 17 and 2F. RGB value is (117,23,47). Sum of RGB (Red+Green+Blue) = 117+23+47=187 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.57% from 187); Green value is 23 (9.38% from 255 or 12.30% from 187); Blue value is 47 (18.75% from 255 or 25.13% from 187); Max value from RGB is 117 - color contains mainly: red. Hex color #75172F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75172F is #8AE8D0. Grayscale: #353535. Windows color (decimal): -9103569 or 3086197. OLE color: 3086197.

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

Color convert

RGB 117 23 47 -
CMYK 0 0.80 0.60 0.54
HSL 344.68º 0.67% 0.27% -
HSV(B) 344.68º 0.8% 0.46% -
XYZ 8.16 4.6 3.15 -
YUV 53.84 124.14 173.05 -
System Red Green Blue C M Y K H S L
Decimal 117 23 47 0 0.80 0.60 0.54 344.68 0.67 0.27
Hex 75 17 2F 0 50 3C 36 159 43 1B
Octal 165 27 57 0 120 74 66 531 103 33
Binary 1110101 10111 101111 0 1010000 111100 110110 101011001 1000011 11011

Color Harmonies of #75172F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75172F

Black with #75172F

Text Example


Text Example

White with #75172F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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