Html Css Color HEX #712035 Claret

📋 copy color: '#712035'

red 113 ◦ green 32 ◦ blue 53

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

Shades of Claret #712035

Tints of Claret #712035

RGB

 RED value IS 113 (44.53% from 255) = 57.07%

 GREEN value IS 32 (12.89% from 255) = 16.16%

 BLUE value IS 53 (21.09% from 255) = 26.77%

R = 57.07%
G = 16.16%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#712035 (or 0x712035) is known color: Claret. HEX triplet: 71, 20 and 35. RGB value is (113,32,53). Sum of RGB (Red+Green+Blue) = 113+32+53=198 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.07% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 53 (21.09% from 255 or 26.77% from 198); Max value from RGB is 113 - color contains mainly: red. Hex color #712035 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712035 is #8EDFCA. Grayscale: #3A3A3A. Windows color (decimal): -9363403 or 3481713. OLE color: 3481713.

HSL color Cylindrical-coordinate representation of color #712035: hue angle of 344.44º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #712035 is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 32 53 -
CMYK 0 0.72 0.53 0.56
HSL 344.44º 0.56% 0.28% -
HSV(B) 344.44º 0.72% 0.44% -
XYZ 7.97 4.8 3.87 -
YUV 58.61 124.84 166.79 -
System Red Green Blue C M Y K H S L
Decimal 113 32 53 0 0.72 0.53 0.56 344.44 0.56 0.28
Hex 71 20 35 0 48 35 38 158 38 1C
Octal 161 40 65 0 110 65 70 530 70 34
Binary 1110001 100000 110101 0 1001000 110101 111000 101011000 111000 11100

Color Harmonies of #712035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712035

Black with #712035

Text Example


Text Example

White with #712035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712035; }

 p { color: rgb(113,32,53); }

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

background-color css

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

 a { background-color: rgb(113,32,53); }

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

border-color css

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

 span { border-color: rgb(113,32,53); }

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