Html Css Color HEX #712935 Claret

📋 copy color: '#712935'

red 113 ◦ green 41 ◦ blue 53

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

Shades of Claret #712935

Tints of Claret #712935

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.81%

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

R = 54.59%
G = 19.81%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#712935 (or 0x712935) is known color: Claret. HEX triplet: 71, 29 and 35. RGB value is (113,41,53). Sum of RGB (Red+Green+Blue) = 113+41+53=207 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.59% from 207); Green value is 41 (16.41% from 255 or 19.81% from 207); Blue value is 53 (21.09% from 255 or 25.60% from 207); Max value from RGB is 113 - color contains mainly: red. Hex color #712935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712935 is #8ED6CA. Grayscale: #3F3F3F. Windows color (decimal): -9361099 or 3484017. OLE color: 3484017.

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

Color convert

RGB 113 41 53 -
CMYK 0 0.64 0.53 0.56
HSL 350º 0.47% 0.3% -
HSV(B) 350º 0.64% 0.44% -
XYZ 8.25 5.35 3.97 -
YUV 63.9 121.85 163.02 -
System Red Green Blue C M Y K H S L
Decimal 113 41 53 0 0.64 0.53 0.56 350 0.47 0.3
Hex 71 29 35 0 40 35 38 15E 2F 1E
Octal 161 51 65 0 100 65 70 536 57 36
Binary 1110001 101001 110101 0 1000000 110101 111000 101011110 101111 11110

Color Harmonies of #712935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712935

Black with #712935

Text Example


Text Example

White with #712935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712935; }

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

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

background-color css

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

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

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

border-color css

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

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

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