Html Css Color HEX #712533 Claret

📋 copy color: '#712533'

red 113 ◦ green 37 ◦ blue 51

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

Shades of Claret #712533

Tints of Claret #712533

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.41%

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

R = 56.22%
G = 18.41%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#712533 (or 0x712533) is known color: Claret. HEX triplet: 71, 25 and 33. RGB value is (113,37,51). Sum of RGB (Red+Green+Blue) = 113+37+51=201 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.22% from 201); Green value is 37 (14.84% from 255 or 18.41% from 201); Blue value is 51 (20.31% from 255 or 25.37% from 201); Max value from RGB is 113 - color contains mainly: red. Hex color #712533 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712533 is #8EDACC. Grayscale: #3D3D3D. Windows color (decimal): -9362125 or 3351921. OLE color: 3351921.

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

Color convert

RGB 113 37 51 -
CMYK 0 0.67 0.55 0.56
HSL 348.95º 0.51% 0.29% -
HSV(B) 348.95º 0.67% 0.44% -
XYZ 8.07 5.07 3.69 -
YUV 61.32 122.18 164.86 -
System Red Green Blue C M Y K H S L
Decimal 113 37 51 0 0.67 0.55 0.56 348.95 0.51 0.29
Hex 71 25 33 0 43 37 38 15D 33 1D
Octal 161 45 63 0 103 67 70 535 63 35
Binary 1110001 100101 110011 0 1000011 110111 111000 101011101 110011 11101

Color Harmonies of #712533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712533

Black with #712533

Text Example


Text Example

White with #712533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712533; }

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

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

background-color css

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

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

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

border-color css

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

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

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