Html Css Color HEX #75152D Claret

📋 copy color: '#75152D'

red 117 ◦ green 21 ◦ blue 45

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

Shades of Claret #75152D

Tints of Claret #75152D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.48%

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

R = 63.93%
G = 11.48%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#75152D (or 0x75152D) is known color: Claret. HEX triplet: 75, 15 and 2D. RGB value is (117,21,45). Sum of RGB (Red+Green+Blue) = 117+21+45=183 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.93% from 183); Green value is 21 (8.59% from 255 or 11.48% from 183); Blue value is 45 (17.97% from 255 or 24.59% from 183); Max value from RGB is 117 - color contains mainly: red. Hex color #75152D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75152D is #8AEAD2. Grayscale: #343434. Windows color (decimal): -9104083 or 2954613. OLE color: 2954613.

HSL color Cylindrical-coordinate representation of color #75152D: hue angle of 345º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #75152D is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 21 45 -
CMYK 0 0.82 0.62 0.54
HSL 345º 0.7% 0.27% -
HSV(B) 345º 0.82% 0.46% -
XYZ 8.08 4.51 2.93 -
YUV 52.44 123.8 174.05 -
System Red Green Blue C M Y K H S L
Decimal 117 21 45 0 0.82 0.62 0.54 345 0.7 0.27
Hex 75 15 2D 0 52 3E 36 159 46 1B
Octal 165 25 55 0 122 76 66 531 106 33
Binary 1110101 10101 101101 0 1010010 111110 110110 101011001 1000110 11011

Color Harmonies of #75152D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75152D

Black with #75152D

Text Example


Text Example

White with #75152D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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