Html Css Color HEX #702324 Red Berry

📋 copy color: '#702324'

red 112 ◦ green 35 ◦ blue 36

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

Shades of Red Berry #702324

Tints of Red Berry #702324

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.13%

 BLUE value IS 36 (14.45% from 255) = 19.67%

R = 61.2%
G = 19.13%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#702324 (or 0x702324) is known color: Red Berry. HEX triplet: 70, 23 and 24. RGB value is (112,35,36). Sum of RGB (Red+Green+Blue) = 112+35+36=183 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.20% from 183); Green value is 35 (14.06% from 255 or 19.13% from 183); Blue value is 36 (14.45% from 255 or 19.67% from 183); Max value from RGB is 112 - color contains mainly: red. Hex color #702324 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702324 is #8FDCDB. Grayscale: #3A3A3A. Windows color (decimal): -9428188 or 2368368. OLE color: 2368368.

HSL color Cylindrical-coordinate representation of color #702324: hue angle of 359.22º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #702324 is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 35 36 -
CMYK 0 0.69 0.68 0.56
HSL 359.22º 0.52% 0.29% -
HSV(B) 359.22º 0.69% 0.44% -
XYZ 7.6 4.77 2.19 -
YUV 58.14 115.51 166.42 -
System Red Green Blue C M Y K H S L
Decimal 112 35 36 0 0.69 0.68 0.56 359.22 0.52 0.29
Hex 70 23 24 0 45 44 38 167 34 1D
Octal 160 43 44 0 105 104 70 547 64 35
Binary 1110000 100011 100100 0 1000101 1000100 111000 101100111 110100 11101

Color Harmonies of #702324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702324

Black with #702324

Text Example


Text Example

White with #702324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702324; }

 p { color: rgb(112,35,36); }

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

background-color css

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

 a { background-color: rgb(112,35,36); }

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

border-color css

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

 span { border-color: rgb(112,35,36); }

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