Html Css Color HEX #75172E Claret

📋 copy color: '#75172E'

red 117 ◦ green 23 ◦ blue 46

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

Shades of Claret #75172E

Tints of Claret #75172E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 24.73%

R = 62.9%
G = 12.37%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.61

 K value IS 0.54

RGB Variations

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

Color information

#75172E (or 0x75172E) is known color: Claret. HEX triplet: 75, 17 and 2E. RGB value is (117,23,46). Sum of RGB (Red+Green+Blue) = 117+23+46=186 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.90% from 186); Green value is 23 (9.38% from 255 or 12.37% from 186); Blue value is 46 (18.36% from 255 or 24.73% from 186); Max value from RGB is 117 - color contains mainly: red. Hex color #75172E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75172E is #8AE8D1. Grayscale: #353535. Windows color (decimal): -9103570 or 3020661. OLE color: 3020661.

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

Color convert

RGB 117 23 46 -
CMYK 0 0.80 0.61 0.54
HSL 345.32º 0.67% 0.27% -
HSV(B) 345.32º 0.8% 0.46% -
XYZ 8.14 4.59 3.04 -
YUV 53.73 123.64 173.13 -
System Red Green Blue C M Y K H S L
Decimal 117 23 46 0 0.80 0.61 0.54 345.32 0.67 0.27
Hex 75 17 2E 0 50 3D 36 159 43 1B
Octal 165 27 56 0 120 75 66 531 103 33
Binary 1110101 10111 101110 0 1010000 111101 110110 101011001 1000011 11011

Color Harmonies of #75172E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75172E

Black with #75172E

Text Example


Text Example

White with #75172E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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