Html Css Color HEX #712130 Claret

📋 copy color: '#712130'

red 113 ◦ green 33 ◦ blue 48

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

Shades of Claret #712130

Tints of Claret #712130

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.01%

 BLUE value IS 48 (19.14% from 255) = 24.74%

R = 58.25%
G = 17.01%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#712130 (or 0x712130) is known color: Claret. HEX triplet: 71, 21 and 30. RGB value is (113,33,48). Sum of RGB (Red+Green+Blue) = 113+33+48=194 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.25% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 48 (19.14% from 255 or 24.74% from 194); Max value from RGB is 113 - color contains mainly: red. Hex color #712130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712130 is #8EDECF. Grayscale: #3A3A3A. Windows color (decimal): -9363152 or 3154289. OLE color: 3154289.

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

Color convert

RGB 113 33 48 -
CMYK 0 0.71 0.58 0.56
HSL 348.75º 0.55% 0.29% -
HSV(B) 348.75º 0.71% 0.44% -
XYZ 7.89 4.81 3.31 -
YUV 58.63 122 166.78 -
System Red Green Blue C M Y K H S L
Decimal 113 33 48 0 0.71 0.58 0.56 348.75 0.55 0.29
Hex 71 21 30 0 47 3A 38 15D 37 1D
Octal 161 41 60 0 107 72 70 535 67 35
Binary 1110001 100001 110000 0 1000111 111010 111000 101011101 110111 11101

Color Harmonies of #712130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712130

Black with #712130

Text Example


Text Example

White with #712130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712130; }

 p { color: rgb(113,33,48); }

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

background-color css

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

 a { background-color: rgb(113,33,48); }

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

border-color css

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

 span { border-color: rgb(113,33,48); }

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