Html Css Color HEX #75162E Claret

📋 copy color: '#75162E'

red 117 ◦ green 22 ◦ blue 46

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

Shades of Claret #75162E

Tints of Claret #75162E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.89%

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

R = 63.24%
G = 11.89%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.54

RGB Variations

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

Color information

#75162E (or 0x75162E) is known color: Claret. HEX triplet: 75, 16 and 2E. RGB value is (117,22,46). Sum of RGB (Red+Green+Blue) = 117+22+46=185 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.24% from 185); Green value is 22 (8.98% from 255 or 11.89% from 185); Blue value is 46 (18.36% from 255 or 24.86% from 185); Max value from RGB is 117 - color contains mainly: red. Hex color #75162E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75162E is #8AE9D1. Grayscale: #353535. Windows color (decimal): -9103826 or 3020405. OLE color: 3020405.

HSL color Cylindrical-coordinate representation of color #75162E: hue angle of 344.84º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #75162E is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 22 46 -
CMYK 0 0.81 0.61 0.54
HSL 344.84º 0.68% 0.27% -
HSV(B) 344.84º 0.81% 0.46% -
XYZ 8.12 4.55 3.04 -
YUV 53.14 123.97 173.55 -
System Red Green Blue C M Y K H S L
Decimal 117 22 46 0 0.81 0.61 0.54 344.84 0.68 0.27
Hex 75 16 2E 0 51 3D 36 159 44 1B
Octal 165 26 56 0 121 75 66 531 104 33
Binary 1110101 10110 101110 0 1010001 111101 110110 101011001 1000100 11011

Color Harmonies of #75162E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75162E

Black with #75162E

Text Example


Text Example

White with #75162E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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