Html Css Color HEX #712027 Red Berry

📋 copy color: '#712027'

red 113 ◦ green 32 ◦ blue 39

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

Shades of Red Berry #712027

Tints of Red Berry #712027

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.39%

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

R = 61.41%
G = 17.39%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#712027 (or 0x712027) is known color: Red Berry. HEX triplet: 71, 20 and 27. RGB value is (113,32,39). Sum of RGB (Red+Green+Blue) = 113+32+39=184 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.41% from 184); Green value is 32 (12.89% from 255 or 17.39% from 184); Blue value is 39 (15.62% from 255 or 21.20% from 184); Max value from RGB is 113 - color contains mainly: red. Hex color #712027 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712027 is #8EDFD8. Grayscale: #393939. Windows color (decimal): -9363417 or 2564209. OLE color: 2564209.

HSL color Cylindrical-coordinate representation of color #712027: hue angle of 354.81º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #712027 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 32 39 -
CMYK 0 0.72 0.65 0.56
HSL 354.81º 0.56% 0.28% -
HSV(B) 354.81º 0.72% 0.44% -
XYZ 7.69 4.69 2.42 -
YUV 57.02 117.84 167.93 -
System Red Green Blue C M Y K H S L
Decimal 113 32 39 0 0.72 0.65 0.56 354.81 0.56 0.28
Hex 71 20 27 0 48 41 38 163 38 1C
Octal 161 40 47 0 110 101 70 543 70 34
Binary 1110001 100000 100111 0 1001000 1000001 111000 101100011 111000 11100

Color Harmonies of #712027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712027

Black with #712027

Text Example


Text Example

White with #712027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712027; }

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

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

background-color css

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

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

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

border-color css

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

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

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