Html Css Color HEX #701229 Red Berry

📋 copy color: '#701229'

red 112 ◦ green 18 ◦ blue 41

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

Shades of Red Berry #701229

Tints of Red Berry #701229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 23.98%

R = 65.5%
G = 10.53%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#701229 (or 0x701229) is known color: Red Berry. HEX triplet: 70, 12 and 29. RGB value is (112,18,41). Sum of RGB (Red+Green+Blue) = 112+18+41=171 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.50% from 171); Green value is 18 (7.42% from 255 or 10.53% from 171); Blue value is 41 (16.41% from 255 or 23.98% from 171); Max value from RGB is 112 - color contains mainly: red. Hex color #701229 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #701229 is #8FEDD6. Grayscale: #303030. Windows color (decimal): -9432535 or 2691696. OLE color: 2691696.

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

Color convert

RGB 112 18 41 -
CMYK 0 0.84 0.63 0.56
HSL 345.32º 0.72% 0.25% -
HSV(B) 345.32º 0.84% 0.44% -
XYZ 7.3 4.04 2.49 -
YUV 48.73 123.64 173.13 -
System Red Green Blue C M Y K H S L
Decimal 112 18 41 0 0.84 0.63 0.56 345.32 0.72 0.25
Hex 70 12 29 0 54 3F 38 159 48 19
Octal 160 22 51 0 124 77 70 531 110 31
Binary 1110000 10010 101001 0 1010100 111111 111000 101011001 1001000 11001

Color Harmonies of #701229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701229

Black with #701229

Text Example


Text Example

White with #701229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701229; }

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

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

background-color css

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

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

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

border-color css

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

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

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