Html Css Color HEX #75162F Claret

📋 copy color: '#75162F'

red 117 ◦ green 22 ◦ blue 47

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

Shades of Claret #75162F

Tints of Claret #75162F

RGB

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

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

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

R = 62.9%
G = 11.83%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#75162F (or 0x75162F) is known color: Claret. HEX triplet: 75, 16 and 2F. RGB value is (117,22,47). Sum of RGB (Red+Green+Blue) = 117+22+47=186 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.90% from 186); Green value is 22 (8.98% from 255 or 11.83% from 186); Blue value is 47 (18.75% from 255 or 25.27% from 186); Max value from RGB is 117 - color contains mainly: red. Hex color #75162F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75162F is #8AE9D0. Grayscale: #353535. Windows color (decimal): -9103825 or 3085941. OLE color: 3085941.

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

Color convert

RGB 117 22 47 -
CMYK 0 0.81 0.60 0.54
HSL 344.21º 0.68% 0.27% -
HSV(B) 344.21º 0.81% 0.46% -
XYZ 8.14 4.56 3.14 -
YUV 53.26 124.47 173.47 -
System Red Green Blue C M Y K H S L
Decimal 117 22 47 0 0.81 0.60 0.54 344.21 0.68 0.27
Hex 75 16 2F 0 51 3C 36 158 44 1B
Octal 165 26 57 0 121 74 66 530 104 33
Binary 1110101 10110 101111 0 1010001 111100 110110 101011000 1000100 11011

Color Harmonies of #75162F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75162F

Black with #75162F

Text Example


Text Example

White with #75162F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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