Html Css Color HEX #75132F Claret

📋 copy color: '#75132F'

red 117 ◦ green 19 ◦ blue 47

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

Shades of Claret #75132F

Tints of Claret #75132F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.38%

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

R = 63.93%
G = 10.38%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#75132F (or 0x75132F) is known color: Claret. HEX triplet: 75, 13 and 2F. RGB value is (117,19,47). Sum of RGB (Red+Green+Blue) = 117+19+47=183 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.93% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 47 (18.75% from 255 or 25.68% from 183); Max value from RGB is 117 - color contains mainly: red. Hex color #75132F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75132F is #8AECD0. Grayscale: #333333. Windows color (decimal): -9104593 or 3085173. OLE color: 3085173.

HSL color Cylindrical-coordinate representation of color #75132F: hue angle of 342.86º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #75132F is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 19 47 -
CMYK 0 0.84 0.60 0.54
HSL 342.86º 0.72% 0.27% -
HSV(B) 342.86º 0.84% 0.46% -
XYZ 8.08 4.45 3.12 -
YUV 51.49 125.47 174.72 -
System Red Green Blue C M Y K H S L
Decimal 117 19 47 0 0.84 0.60 0.54 342.86 0.72 0.27
Hex 75 13 2F 0 54 3C 36 157 48 1B
Octal 165 23 57 0 124 74 66 527 110 33
Binary 1110101 10011 101111 0 1010100 111100 110110 101010111 1001000 11011

Color Harmonies of #75132F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75132F

Black with #75132F

Text Example


Text Example

White with #75132F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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