Html Css Color HEX #711227 Red Berry

📋 copy color: '#711227'

red 113 ◦ green 18 ◦ blue 39

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

Shades of Red Berry #711227

Tints of Red Berry #711227

RGB

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

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

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

R = 66.47%
G = 10.59%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#711227 (or 0x711227) is known color: Red Berry. HEX triplet: 71, 12 and 27. RGB value is (113,18,39). Sum of RGB (Red+Green+Blue) = 113+18+39=170 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.47% from 170); Green value is 18 (7.42% from 255 or 10.59% from 170); Blue value is 39 (15.62% from 255 or 22.94% from 170); Max value from RGB is 113 - color contains mainly: red. Hex color #711227 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711227 is #8EEDD8. Grayscale: #303030. Windows color (decimal): -9367001 or 2560625. OLE color: 2560625.

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

Color convert

RGB 113 18 39 -
CMYK 0 0.84 0.65 0.56
HSL 346.74º 0.73% 0.26% -
HSV(B) 346.74º 0.84% 0.44% -
XYZ 7.39 4.09 2.32 -
YUV 48.8 122.47 173.79 -
System Red Green Blue C M Y K H S L
Decimal 113 18 39 0 0.84 0.65 0.56 346.74 0.73 0.26
Hex 71 12 27 0 54 41 38 15B 49 1A
Octal 161 22 47 0 124 101 70 533 111 32
Binary 1110001 10010 100111 0 1010100 1000001 111000 101011011 1001001 11010

Color Harmonies of #711227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711227

Black with #711227

Text Example


Text Example

White with #711227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711227; }

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

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

background-color css

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

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

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

border-color css

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

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

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