Html Css Color HEX #71102A Red Berry

📋 copy color: '#71102A'

red 113 ◦ green 16 ◦ blue 42

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

Shades of Red Berry #71102A

Tints of Red Berry #71102A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.36%

 BLUE value IS 42 (16.8% from 255) = 24.56%

R = 66.08%
G = 9.36%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#71102A (or 0x71102A) is known color: Red Berry. HEX triplet: 71, 10 and 2A. RGB value is (113,16,42). Sum of RGB (Red+Green+Blue) = 113+16+42=171 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.08% from 171); Green value is 16 (6.64% from 255 or 9.36% from 171); Blue value is 42 (16.80% from 255 or 24.56% from 171); Max value from RGB is 113 - color contains mainly: red. Hex color #71102A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71102A is #8EEFD5. Grayscale: #2F2F2F. Windows color (decimal): -9367510 or 2756721. OLE color: 2756721.

HSL color Cylindrical-coordinate representation of color #71102A: hue angle of 343.92º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #71102A is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 16 42 -
CMYK 0 0.86 0.63 0.56
HSL 343.92º 0.75% 0.25% -
HSV(B) 343.92º 0.86% 0.44% -
XYZ 7.41 4.05 2.58 -
YUV 47.97 124.64 174.39 -
System Red Green Blue C M Y K H S L
Decimal 113 16 42 0 0.86 0.63 0.56 343.92 0.75 0.25
Hex 71 10 2A 0 56 3F 38 158 4B 19
Octal 161 20 52 0 126 77 70 530 113 31
Binary 1110001 10000 101010 0 1010110 111111 111000 101011000 1001011 11001

Color Harmonies of #71102A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71102A

Black with #71102A

Text Example


Text Example

White with #71102A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,16,42); }

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

background-color css

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

 a { background-color: rgb(113,16,42); }

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

border-color css

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

 span { border-color: rgb(113,16,42); }

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