Html Css Color HEX #702228 Red Berry

📋 copy color: '#702228'

red 112 ◦ green 34 ◦ blue 40

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

Shades of Red Berry #702228

Tints of Red Berry #702228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 21.51%

R = 60.22%
G = 18.28%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#702228 (or 0x702228) is known color: Red Berry. HEX triplet: 70, 22 and 28. RGB value is (112,34,40). Sum of RGB (Red+Green+Blue) = 112+34+40=186 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.22% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 40 (16.02% from 255 or 21.51% from 186); Max value from RGB is 112 - color contains mainly: red. Hex color #702228 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702228 is #8FDDD7. Grayscale: #3A3A3A. Windows color (decimal): -9428440 or 2630256. OLE color: 2630256.

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

Color convert

RGB 112 34 40 -
CMYK 0 0.70 0.64 0.56
HSL 355.38º 0.53% 0.29% -
HSV(B) 355.38º 0.7% 0.44% -
XYZ 7.64 4.74 2.52 -
YUV 58.01 117.84 166.51 -
System Red Green Blue C M Y K H S L
Decimal 112 34 40 0 0.70 0.64 0.56 355.38 0.53 0.29
Hex 70 22 28 0 46 40 38 163 35 1D
Octal 160 42 50 0 106 100 70 543 65 35
Binary 1110000 100010 101000 0 1000110 1000000 111000 101100011 110101 11101

Color Harmonies of #702228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702228

Black with #702228

Text Example


Text Example

White with #702228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702228; }

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

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

background-color css

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

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

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

border-color css

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

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

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