Html Css Color HEX #71232F Claret

📋 copy color: '#71232F'

red 113 ◦ green 35 ◦ blue 47

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

Shades of Claret #71232F

Tints of Claret #71232F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 24.1%

R = 57.95%
G = 17.95%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#71232F (or 0x71232F) is known color: Claret. HEX triplet: 71, 23 and 2F. RGB value is (113,35,47). Sum of RGB (Red+Green+Blue) = 113+35+47=195 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.95% from 195); Green value is 35 (14.06% from 255 or 17.95% from 195); Blue value is 47 (18.75% from 255 or 24.10% from 195); Max value from RGB is 113 - color contains mainly: red. Hex color #71232F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71232F is #8EDCD0. Grayscale: #3B3B3B. Windows color (decimal): -9362641 or 3089265. OLE color: 3089265.

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

Color convert

RGB 113 35 47 -
CMYK 0 0.69 0.58 0.56
HSL 350.77º 0.53% 0.29% -
HSV(B) 350.77º 0.69% 0.44% -
XYZ 7.92 4.92 3.22 -
YUV 59.69 120.84 166.02 -
System Red Green Blue C M Y K H S L
Decimal 113 35 47 0 0.69 0.58 0.56 350.77 0.53 0.29
Hex 71 23 2F 0 45 3A 38 15F 35 1D
Octal 161 43 57 0 105 72 70 537 65 35
Binary 1110001 100011 101111 0 1000101 111010 111000 101011111 110101 11101

Color Harmonies of #71232F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71232F

Black with #71232F

Text Example


Text Example

White with #71232F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71232F; }

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

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

background-color css

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

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

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

border-color css

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

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

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