Html Css Color HEX #75142E Claret

📋 copy color: '#75142E'

red 117 ◦ green 20 ◦ blue 46

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

Shades of Claret #75142E

Tints of Claret #75142E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.93%

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

R = 63.93%
G = 10.93%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.54

RGB Variations

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

Color information

#75142E (or 0x75142E) is known color: Claret. HEX triplet: 75, 14 and 2E. RGB value is (117,20,46). Sum of RGB (Red+Green+Blue) = 117+20+46=183 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.93% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 46 (18.36% from 255 or 25.14% from 183); Max value from RGB is 117 - color contains mainly: red. Hex color #75142E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75142E is #8AEBD1. Grayscale: #333333. Windows color (decimal): -9104338 or 3019893. OLE color: 3019893.

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

Color convert

RGB 117 20 46 -
CMYK 0 0.83 0.61 0.54
HSL 343.92º 0.71% 0.27% -
HSV(B) 343.92º 0.83% 0.46% -
XYZ 8.08 4.48 3.02 -
YUV 51.97 124.64 174.39 -
System Red Green Blue C M Y K H S L
Decimal 117 20 46 0 0.83 0.61 0.54 343.92 0.71 0.27
Hex 75 14 2E 0 53 3D 36 158 47 1B
Octal 165 24 56 0 123 75 66 530 107 33
Binary 1110101 10100 101110 0 1010011 111101 110110 101011000 1000111 11011

Color Harmonies of #75142E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75142E

Black with #75142E

Text Example


Text Example

White with #75142E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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