Html Css Color HEX #75142D Claret

📋 copy color: '#75142D'

red 117 ◦ green 20 ◦ blue 45

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

Shades of Claret #75142D

Tints of Claret #75142D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 24.73%

R = 64.29%
G = 10.99%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#75142D (or 0x75142D) is known color: Claret. HEX triplet: 75, 14 and 2D. RGB value is (117,20,45). Sum of RGB (Red+Green+Blue) = 117+20+45=182 (24% of max value = 765). Red value is 117 (46.09% from 255 or 64.29% from 182); Green value is 20 (8.20% from 255 or 10.99% from 182); Blue value is 45 (17.97% from 255 or 24.73% from 182); Max value from RGB is 117 - color contains mainly: red. Hex color #75142D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75142D is #8AEBD2. Grayscale: #333333. Windows color (decimal): -9104339 or 2954357. OLE color: 2954357.

HSL color Cylindrical-coordinate representation of color #75142D: hue angle of 344.54º 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 #75142D is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 20 45 -
CMYK 0 0.83 0.62 0.54
HSL 344.54º 0.71% 0.27% -
HSV(B) 344.54º 0.83% 0.46% -
XYZ 8.06 4.47 2.92 -
YUV 51.85 124.14 174.47 -
System Red Green Blue C M Y K H S L
Decimal 117 20 45 0 0.83 0.62 0.54 344.54 0.71 0.27
Hex 75 14 2D 0 53 3E 36 159 47 1B
Octal 165 24 55 0 123 76 66 531 107 33
Binary 1110101 10100 101101 0 1010011 111110 110110 101011001 1000111 11011

Color Harmonies of #75142D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75142D

Black with #75142D

Text Example


Text Example

White with #75142D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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