Html Css Color HEX #711027 Red Berry

📋 copy color: '#711027'

red 113 ◦ green 16 ◦ blue 39

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

Shades of Red Berry #711027

Tints of Red Berry #711027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 23.21%

R = 67.26%
G = 9.52%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#711027 (or 0x711027) is known color: Red Berry. HEX triplet: 71, 10 and 27. RGB value is (113,16,39). Sum of RGB (Red+Green+Blue) = 113+16+39=168 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.26% from 168); Green value is 16 (6.64% from 255 or 9.52% from 168); Blue value is 39 (15.62% from 255 or 23.21% from 168); Max value from RGB is 113 - color contains mainly: red. Hex color #711027 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711027 is #8EEFD8. Grayscale: #2F2F2F. Windows color (decimal): -9367513 or 2560113. OLE color: 2560113.

HSL color Cylindrical-coordinate representation of color #711027: hue angle of 345.77º 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 #711027 is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 16 39 -
CMYK 0 0.86 0.65 0.56
HSL 345.77º 0.75% 0.25% -
HSV(B) 345.77º 0.86% 0.44% -
XYZ 7.36 4.03 2.31 -
YUV 47.63 123.14 174.63 -
System Red Green Blue C M Y K H S L
Decimal 113 16 39 0 0.86 0.65 0.56 345.77 0.75 0.25
Hex 71 10 27 0 56 41 38 15A 4B 19
Octal 161 20 47 0 126 101 70 532 113 31
Binary 1110001 10000 100111 0 1010110 1000001 111000 101011010 1001011 11001

Color Harmonies of #711027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711027

Black with #711027

Text Example


Text Example

White with #711027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711027; }

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

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

background-color css

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

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

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

border-color css

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

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

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