Html Css Color HEX #712133 Claret

📋 copy color: '#712133'

red 113 ◦ green 33 ◦ blue 51

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

Shades of Claret #712133

Tints of Claret #712133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 25.89%

R = 57.36%
G = 16.75%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#712133 (or 0x712133) is known color: Claret. HEX triplet: 71, 21 and 33. RGB value is (113,33,51). Sum of RGB (Red+Green+Blue) = 113+33+51=197 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.36% from 197); Green value is 33 (13.28% from 255 or 16.75% from 197); Blue value is 51 (20.31% from 255 or 25.89% from 197); Max value from RGB is 113 - color contains mainly: red. Hex color #712133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712133 is #8EDECC. Grayscale: #3A3A3A. Windows color (decimal): -9363149 or 3350897. OLE color: 3350897.

HSL color Cylindrical-coordinate representation of color #712133: hue angle of 346.5º 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 #712133 is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 33 51 -
CMYK 0 0.71 0.55 0.56
HSL 346.5º 0.55% 0.29% -
HSV(B) 346.5º 0.71% 0.44% -
XYZ 7.95 4.84 3.65 -
YUV 58.97 123.5 166.54 -
System Red Green Blue C M Y K H S L
Decimal 113 33 51 0 0.71 0.55 0.56 346.5 0.55 0.29
Hex 71 21 33 0 47 37 38 15A 37 1D
Octal 161 41 63 0 107 67 70 532 67 35
Binary 1110001 100001 110011 0 1000111 110111 111000 101011010 110111 11101

Color Harmonies of #712133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712133

Black with #712133

Text Example


Text Example

White with #712133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712133; }

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

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

background-color css

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

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

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

border-color css

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

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

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