Html Css Color HEX #71122B Claret

📋 copy color: '#71122B'

red 113 ◦ green 18 ◦ blue 43

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

Shades of Claret #71122B

Tints of Claret #71122B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.34%

 BLUE value IS 43 (17.19% from 255) = 24.71%

R = 64.94%
G = 10.34%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#71122B (or 0x71122B) is known color: Claret. HEX triplet: 71, 12 and 2B. RGB value is (113,18,43). Sum of RGB (Red+Green+Blue) = 113+18+43=174 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.94% from 174); Green value is 18 (7.42% from 255 or 10.34% from 174); Blue value is 43 (17.19% from 255 or 24.71% from 174); Max value from RGB is 113 - color contains mainly: red. Hex color #71122B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71122B is #8EEDD4. Grayscale: #313131. Windows color (decimal): -9366997 or 2822769. OLE color: 2822769.

HSL color Cylindrical-coordinate representation of color #71122B: hue angle of 344.21º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #71122B is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 18 43 -
CMYK 0 0.84 0.62 0.56
HSL 344.21º 0.73% 0.26% -
HSV(B) 344.21º 0.84% 0.44% -
XYZ 7.46 4.12 2.69 -
YUV 49.26 124.47 173.47 -
System Red Green Blue C M Y K H S L
Decimal 113 18 43 0 0.84 0.62 0.56 344.21 0.73 0.26
Hex 71 12 2B 0 54 3E 38 158 49 1A
Octal 161 22 53 0 124 76 70 530 111 32
Binary 1110001 10010 101011 0 1010100 111110 111000 101011000 1001001 11010

Color Harmonies of #71122B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71122B

Black with #71122B

Text Example


Text Example

White with #71122B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71122B; }

 p { color: rgb(113,18,43); }

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

background-color css

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

 a { background-color: rgb(113,18,43); }

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

border-color css

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

 span { border-color: rgb(113,18,43); }

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