Html Css Color HEX #702227 Red Berry

📋 copy color: '#702227'

red 112 ◦ green 34 ◦ blue 39

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

Shades of Red Berry #702227

Tints of Red Berry #702227

RGB

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

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

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

R = 60.54%
G = 18.38%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#702227 (or 0x702227) is known color: Red Berry. HEX triplet: 70, 22 and 27. RGB value is (112,34,39). Sum of RGB (Red+Green+Blue) = 112+34+39=185 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.54% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 39 (15.62% from 255 or 21.08% from 185); Max value from RGB is 112 - color contains mainly: red. Hex color #702227 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702227 is #8FDDD8. Grayscale: #393939. Windows color (decimal): -9428441 or 2564720. OLE color: 2564720.

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

Color convert

RGB 112 34 39 -
CMYK 0 0.70 0.65 0.56
HSL 356.15º 0.53% 0.29% -
HSV(B) 356.15º 0.7% 0.44% -
XYZ 7.62 4.74 2.43 -
YUV 57.89 117.34 166.59 -
System Red Green Blue C M Y K H S L
Decimal 112 34 39 0 0.70 0.65 0.56 356.15 0.53 0.29
Hex 70 22 27 0 46 41 38 164 35 1D
Octal 160 42 47 0 106 101 70 544 65 35
Binary 1110000 100010 100111 0 1000110 1000001 111000 101100100 110101 11101

Color Harmonies of #702227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702227

Black with #702227

Text Example


Text Example

White with #702227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702227; }

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

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

background-color css

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

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

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

border-color css

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

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

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