Html Css Color HEX #711A2A Red Berry

📋 copy color: '#711A2A'

red 113 ◦ green 26 ◦ blue 42

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

Shades of Red Berry #711A2A

Tints of Red Berry #711A2A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.36%

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

R = 62.43%
G = 14.36%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#711A2A (or 0x711A2A) is known color: Red Berry. HEX triplet: 71, 1A and 2A. RGB value is (113,26,42). Sum of RGB (Red+Green+Blue) = 113+26+42=181 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.43% from 181); Green value is 26 (10.55% from 255 or 14.36% from 181); Blue value is 42 (16.80% from 255 or 23.20% from 181); Max value from RGB is 113 - color contains mainly: red. Hex color #711A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711A2A is #8EE5D5. Grayscale: #353535. Windows color (decimal): -9364950 or 2759281. OLE color: 2759281.

HSL color Cylindrical-coordinate representation of color #711A2A: hue angle of 348.97º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #711A2A is Cyan = 0, Magento = 0.77, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 26 42 -
CMYK 0 0.77 0.63 0.56
HSL 348.97º 0.63% 0.27% -
HSV(B) 348.97º 0.77% 0.44% -
XYZ 7.6 4.42 2.64 -
YUV 53.84 121.32 170.2 -
System Red Green Blue C M Y K H S L
Decimal 113 26 42 0 0.77 0.63 0.56 348.97 0.63 0.27
Hex 71 1A 2A 0 4D 3F 38 15D 3F 1B
Octal 161 32 52 0 115 77 70 535 77 33
Binary 1110001 11010 101010 0 1001101 111111 111000 101011101 111111 11011

Color Harmonies of #711A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711A2A

Black with #711A2A

Text Example


Text Example

White with #711A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711A2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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