Html Css Color HEX #711A1B Red Berry

📋 copy color: '#711A1B'

red 113 ◦ green 26 ◦ blue 27

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

Shades of Red Berry #711A1B

Tints of Red Berry #711A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 16.27%

R = 68.07%
G = 15.66%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#711A1B (or 0x711A1B) is known color: Red Berry. HEX triplet: 71, 1A and 1B. RGB value is (113,26,27). Sum of RGB (Red+Green+Blue) = 113+26+27=166 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.07% from 166); Green value is 26 (10.55% from 255 or 15.66% from 166); Blue value is 27 (10.94% from 255 or 16.27% from 166); Max value from RGB is 113 - color contains mainly: red. Hex color #711A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711A1B is #8EE5E4. Grayscale: #343434. Windows color (decimal): -9364965 or 1776241. OLE color: 1776241.

HSL color Cylindrical-coordinate representation of color #711A1B: hue angle of 359.31º 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 #711A1B is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 26 27 -
CMYK 0 0.77 0.76 0.56
HSL 359.31º 0.63% 0.27% -
HSV(B) 359.31º 0.77% 0.44% -
XYZ 7.38 4.33 1.48 -
YUV 52.13 113.82 171.42 -
System Red Green Blue C M Y K H S L
Decimal 113 26 27 0 0.77 0.76 0.56 359.31 0.63 0.27
Hex 71 1A 1B 0 4D 4C 38 167 3F 1B
Octal 161 32 33 0 115 114 70 547 77 33
Binary 1110001 11010 11011 0 1001101 1001100 111000 101100111 111111 11011

Color Harmonies of #711A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711A1B

Black with #711A1B

Text Example


Text Example

White with #711A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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