Html Css Color HEX #712135 Claret

📋 copy color: '#712135'

red 113 ◦ green 33 ◦ blue 53

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

Shades of Claret #712135

Tints of Claret #712135

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.58%

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

R = 56.78%
G = 16.58%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#712135 (or 0x712135) is known color: Claret. HEX triplet: 71, 21 and 35. RGB value is (113,33,53). Sum of RGB (Red+Green+Blue) = 113+33+53=199 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.78% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 53 (21.09% from 255 or 26.63% from 199); Max value from RGB is 113 - color contains mainly: red. Hex color #712135 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712135 is #8EDECA. Grayscale: #3B3B3B. Windows color (decimal): -9363147 or 3481969. OLE color: 3481969.

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

Color convert

RGB 113 33 53 -
CMYK 0 0.71 0.53 0.56
HSL 345º 0.55% 0.29% -
HSV(B) 345º 0.71% 0.44% -
XYZ 8 4.86 3.88 -
YUV 59.2 124.5 166.37 -
System Red Green Blue C M Y K H S L
Decimal 113 33 53 0 0.71 0.53 0.56 345 0.55 0.29
Hex 71 21 35 0 47 35 38 159 37 1D
Octal 161 41 65 0 107 65 70 531 67 35
Binary 1110001 100001 110101 0 1000111 110101 111000 101011001 110111 11101

Color Harmonies of #712135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712135

Black with #712135

Text Example


Text Example

White with #712135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712135; }

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

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

background-color css

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

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

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

border-color css

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

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

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