Html Css Color HEX #712335 Claret

📋 copy color: '#712335'

red 113 ◦ green 35 ◦ blue 53

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

Shades of Claret #712335

Tints of Claret #712335

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.41%

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

R = 56.22%
G = 17.41%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#712335 (or 0x712335) is known color: Claret. HEX triplet: 71, 23 and 35. RGB value is (113,35,53). Sum of RGB (Red+Green+Blue) = 113+35+53=201 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.22% from 201); Green value is 35 (14.06% from 255 or 17.41% from 201); Blue value is 53 (21.09% from 255 or 26.37% from 201); Max value from RGB is 113 - color contains mainly: red. Hex color #712335 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712335 is #8EDCCA. Grayscale: #3C3C3C. Windows color (decimal): -9362635 or 3482481. OLE color: 3482481.

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

Color convert

RGB 113 35 53 -
CMYK 0 0.69 0.53 0.56
HSL 346.15º 0.53% 0.29% -
HSV(B) 346.15º 0.69% 0.44% -
XYZ 8.05 4.97 3.9 -
YUV 60.37 123.84 165.54 -
System Red Green Blue C M Y K H S L
Decimal 113 35 53 0 0.69 0.53 0.56 346.15 0.53 0.29
Hex 71 23 35 0 45 35 38 15A 35 1D
Octal 161 43 65 0 105 65 70 532 65 35
Binary 1110001 100011 110101 0 1000101 110101 111000 101011010 110101 11101

Color Harmonies of #712335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712335

Black with #712335

Text Example


Text Example

White with #712335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712335; }

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

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

background-color css

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

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

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

border-color css

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

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

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