Html Css Color HEX #712438 Claret

📋 copy color: '#712438'

red 113 ◦ green 36 ◦ blue 56

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

Shades of Claret #712438

Tints of Claret #712438

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.56%

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

R = 55.12%
G = 17.56%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#712438 (or 0x712438) is known color: Claret. HEX triplet: 71, 24 and 38. RGB value is (113,36,56). Sum of RGB (Red+Green+Blue) = 113+36+56=205 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.12% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 56 (22.27% from 255 or 27.32% from 205); Max value from RGB is 113 - color contains mainly: red. Hex color #712438 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712438 is #8EDBC7. Grayscale: #3D3D3D. Windows color (decimal): -9362376 or 3679345. OLE color: 3679345.

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

Color convert

RGB 113 36 56 -
CMYK 0 0.68 0.50 0.56
HSL 344.42º 0.52% 0.29% -
HSV(B) 344.42º 0.68% 0.44% -
XYZ 8.15 5.06 4.29 -
YUV 61.3 125.01 164.87 -
System Red Green Blue C M Y K H S L
Decimal 113 36 56 0 0.68 0.50 0.56 344.42 0.52 0.29
Hex 71 24 38 0 44 32 38 158 34 1D
Octal 161 44 70 0 104 62 70 530 64 35
Binary 1110001 100100 111000 0 1000100 110010 111000 101011000 110100 11101

Color Harmonies of #712438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712438

Black with #712438

Text Example


Text Example

White with #712438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712438; }

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

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

background-color css

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

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

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

border-color css

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

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

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