Html Css Color HEX #702022 Red Berry

📋 copy color: '#702022'

red 112 ◦ green 32 ◦ blue 34

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

Shades of Red Berry #702022

Tints of Red Berry #702022

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.98%

 BLUE value IS 34 (13.67% from 255) = 19.1%

R = 62.92%
G = 17.98%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#702022 (or 0x702022) is known color: Red Berry. HEX triplet: 70, 20 and 22. RGB value is (112,32,34). Sum of RGB (Red+Green+Blue) = 112+32+34=178 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.92% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 34 (13.67% from 255 or 19.10% from 178); Max value from RGB is 112 - color contains mainly: red. Hex color #702022 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702022 is #8FDFDD. Grayscale: #383838. Windows color (decimal): -9428958 or 2236528. OLE color: 2236528.

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

Color convert

RGB 112 32 34 -
CMYK 0 0.71 0.70 0.56
HSL 358.5º 0.56% 0.28% -
HSV(B) 358.5º 0.71% 0.44% -
XYZ 7.49 4.59 2.01 -
YUV 56.15 115.5 167.84 -
System Red Green Blue C M Y K H S L
Decimal 112 32 34 0 0.71 0.70 0.56 358.5 0.56 0.28
Hex 70 20 22 0 47 46 38 166 38 1C
Octal 160 40 42 0 107 106 70 546 70 34
Binary 1110000 100000 100010 0 1000111 1000110 111000 101100110 111000 11100

Color Harmonies of #702022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702022

Black with #702022

Text Example


Text Example

White with #702022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702022; }

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

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

background-color css

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

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

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

border-color css

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

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

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