Html Css Color HEX #71203A Claret

📋 copy color: '#71203A'

red 113 ◦ green 32 ◦ blue 58

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

Shades of Claret #71203A

Tints of Claret #71203A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.76%

 BLUE value IS 58 (23.05% from 255) = 28.57%

R = 55.67%
G = 15.76%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#71203A (or 0x71203A) is known color: Claret. HEX triplet: 71, 20 and 3A. RGB value is (113,32,58). Sum of RGB (Red+Green+Blue) = 113+32+58=203 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.67% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 58 (23.05% from 255 or 28.57% from 203); Max value from RGB is 113 - color contains mainly: red. Hex color #71203A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71203A is #8EDFC5. Grayscale: #3B3B3B. Windows color (decimal): -9363398 or 3809393. OLE color: 3809393.

HSL color Cylindrical-coordinate representation of color #71203A: hue angle of 340.74º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #71203A is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 32 58 -
CMYK 0 0.72 0.49 0.56
HSL 340.74º 0.56% 0.28% -
HSV(B) 340.74º 0.72% 0.44% -
XYZ 8.09 4.85 4.51 -
YUV 59.18 127.34 166.39 -
System Red Green Blue C M Y K H S L
Decimal 113 32 58 0 0.72 0.49 0.56 340.74 0.56 0.28
Hex 71 20 3A 0 48 31 38 155 38 1C
Octal 161 40 72 0 110 61 70 525 70 34
Binary 1110001 100000 111010 0 1001000 110001 111000 101010101 111000 11100

Color Harmonies of #71203A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71203A

Black with #71203A

Text Example


Text Example

White with #71203A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71203A; }

 p { color: rgb(113,32,58); }

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

background-color css

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

 a { background-color: rgb(113,32,58); }

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

border-color css

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

 span { border-color: rgb(113,32,58); }

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