Html Css Color HEX #701227 Red Berry

📋 copy color: '#701227'

red 112 ◦ green 18 ◦ blue 39

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

Shades of Red Berry #701227

Tints of Red Berry #701227

RGB

 RED value IS 112 (44.14% from 255) = 66.27%

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

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

R = 66.27%
G = 10.65%
B = 23.08%

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

#701227 (or 0x701227) is known color: Red Berry. HEX triplet: 70, 12 and 27. RGB value is (112,18,39). Sum of RGB (Red+Green+Blue) = 112+18+39=169 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.27% from 169); Green value is 18 (7.42% from 255 or 10.65% from 169); Blue value is 39 (15.62% from 255 or 23.08% from 169); Max value from RGB is 112 - color contains mainly: red. Hex color #701227 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701227 is #8FEDD8. Grayscale: #303030. Windows color (decimal): -9432537 or 2560624. OLE color: 2560624.

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

Color convert

RGB 112 18 39 -
CMYK 0 0.84 0.65 0.56
HSL 346.6º 0.72% 0.25% -
HSV(B) 346.6º 0.84% 0.44% -
XYZ 7.26 4.02 2.31 -
YUV 48.5 122.64 173.29 -
System Red Green Blue C M Y K H S L
Decimal 112 18 39 0 0.84 0.65 0.56 346.6 0.72 0.25
Hex 70 12 27 0 54 41 38 15B 48 19
Octal 160 22 47 0 124 101 70 533 110 31
Binary 1110000 10010 100111 0 1010100 1000001 111000 101011011 1001000 11001

Color Harmonies of #701227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701227

Black with #701227

Text Example


Text Example

White with #701227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701227; }

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

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

background-color css

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

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

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

border-color css

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

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

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