Html Css Color HEX #702229 Red Berry

📋 copy color: '#702229'

red 112 ◦ green 34 ◦ blue 41

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

Shades of Red Berry #702229

Tints of Red Berry #702229

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.18%

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

R = 59.89%
G = 18.18%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#702229 (or 0x702229) is known color: Red Berry. HEX triplet: 70, 22 and 29. RGB value is (112,34,41). Sum of RGB (Red+Green+Blue) = 112+34+41=187 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.89% from 187); Green value is 34 (13.67% from 255 or 18.18% from 187); Blue value is 41 (16.41% from 255 or 21.93% from 187); Max value from RGB is 112 - color contains mainly: red. Hex color #702229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702229 is #8FDDD6. Grayscale: #3A3A3A. Windows color (decimal): -9428439 or 2695792. OLE color: 2695792.

HSL color Cylindrical-coordinate representation of color #702229: hue angle of 354.62º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #702229 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 34 41 -
CMYK 0 0.70 0.63 0.56
HSL 354.62º 0.53% 0.29% -
HSV(B) 354.62º 0.7% 0.44% -
XYZ 7.65 4.75 2.61 -
YUV 58.12 118.34 166.43 -
System Red Green Blue C M Y K H S L
Decimal 112 34 41 0 0.70 0.63 0.56 354.62 0.53 0.29
Hex 70 22 29 0 46 3F 38 163 35 1D
Octal 160 42 51 0 106 77 70 543 65 35
Binary 1110000 100010 101001 0 1000110 111111 111000 101100011 110101 11101

Color Harmonies of #702229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702229

Black with #702229

Text Example


Text Example

White with #702229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702229; }

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

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

background-color css

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

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

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

border-color css

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

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

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