Html Css Color HEX #712333 Claret

📋 copy color: '#712333'

red 113 ◦ green 35 ◦ blue 51

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

Shades of Claret #712333

Tints of Claret #712333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 25.63%

R = 56.78%
G = 17.59%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#712333 (or 0x712333) is known color: Claret. HEX triplet: 71, 23 and 33. RGB value is (113,35,51). Sum of RGB (Red+Green+Blue) = 113+35+51=199 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.78% from 199); Green value is 35 (14.06% from 255 or 17.59% from 199); Blue value is 51 (20.31% from 255 or 25.63% from 199); Max value from RGB is 113 - color contains mainly: red. Hex color #712333 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712333 is #8EDCCC. Grayscale: #3C3C3C. Windows color (decimal): -9362637 or 3351409. OLE color: 3351409.

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

Color convert

RGB 113 35 51 -
CMYK 0 0.69 0.55 0.56
HSL 347.69º 0.53% 0.29% -
HSV(B) 347.69º 0.69% 0.44% -
XYZ 8.01 4.95 3.67 -
YUV 60.15 122.84 165.7 -
System Red Green Blue C M Y K H S L
Decimal 113 35 51 0 0.69 0.55 0.56 347.69 0.53 0.29
Hex 71 23 33 0 45 37 38 15C 35 1D
Octal 161 43 63 0 105 67 70 534 65 35
Binary 1110001 100011 110011 0 1000101 110111 111000 101011100 110101 11101

Color Harmonies of #712333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712333

Black with #712333

Text Example


Text Example

White with #712333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712333; }

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

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

background-color css

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

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

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

border-color css

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

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

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