Html Css Color HEX #712338 Claret

📋 copy color: '#712338'

red 113 ◦ green 35 ◦ blue 56

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

Shades of Claret #712338

Tints of Claret #712338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 27.45%

R = 55.39%
G = 17.16%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#712338 (or 0x712338) is known color: Claret. HEX triplet: 71, 23 and 38. RGB value is (113,35,56). Sum of RGB (Red+Green+Blue) = 113+35+56=204 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.39% from 204); Green value is 35 (14.06% from 255 or 17.16% from 204); Blue value is 56 (22.27% from 255 or 27.45% from 204); Max value from RGB is 113 - color contains mainly: red. Hex color #712338 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712338 is #8EDCC7. Grayscale: #3C3C3C. Windows color (decimal): -9362632 or 3679089. OLE color: 3679089.

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

Color convert

RGB 113 35 56 -
CMYK 0 0.69 0.50 0.56
HSL 343.85º 0.53% 0.29% -
HSV(B) 343.85º 0.69% 0.44% -
XYZ 8.12 5 4.28 -
YUV 60.72 125.34 165.29 -
System Red Green Blue C M Y K H S L
Decimal 113 35 56 0 0.69 0.50 0.56 343.85 0.53 0.29
Hex 71 23 38 0 45 32 38 158 35 1D
Octal 161 43 70 0 105 62 70 530 65 35
Binary 1110001 100011 111000 0 1000101 110010 111000 101011000 110101 11101

Color Harmonies of #712338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712338

Black with #712338

Text Example


Text Example

White with #712338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712338; }

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

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

background-color css

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

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

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

border-color css

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

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

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