Html Css Color HEX #702225 Red Berry

📋 copy color: '#702225'

red 112 ◦ green 34 ◦ blue 37

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

Shades of Red Berry #702225

Tints of Red Berry #702225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 20.22%

R = 61.2%
G = 18.58%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#702225 (or 0x702225) is known color: Red Berry. HEX triplet: 70, 22 and 25. RGB value is (112,34,37). Sum of RGB (Red+Green+Blue) = 112+34+37=183 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.20% from 183); Green value is 34 (13.67% from 255 or 18.58% from 183); Blue value is 37 (14.84% from 255 or 20.22% from 183); Max value from RGB is 112 - color contains mainly: red. Hex color #702225 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702225 is #8FDDDA. Grayscale: #393939. Windows color (decimal): -9428443 or 2433648. OLE color: 2433648.

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

Color convert

RGB 112 34 37 -
CMYK 0 0.70 0.67 0.56
HSL 357.69º 0.53% 0.29% -
HSV(B) 357.69º 0.7% 0.44% -
XYZ 7.59 4.72 2.26 -
YUV 57.66 116.34 166.76 -
System Red Green Blue C M Y K H S L
Decimal 112 34 37 0 0.70 0.67 0.56 357.69 0.53 0.29
Hex 70 22 25 0 46 43 38 166 35 1D
Octal 160 42 45 0 106 103 70 546 65 35
Binary 1110000 100010 100101 0 1000110 1000011 111000 101100110 110101 11101

Color Harmonies of #702225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702225

Black with #702225

Text Example


Text Example

White with #702225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702225; }

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

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

background-color css

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

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

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

border-color css

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

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

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