Html Css Color HEX #702429 Red Berry

📋 copy color: '#702429'

red 112 ◦ green 36 ◦ blue 41

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

Shades of Red Berry #702429

Tints of Red Berry #702429

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.05%

 BLUE value IS 41 (16.41% from 255) = 21.69%

R = 59.26%
G = 19.05%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#702429 (or 0x702429) is known color: Red Berry. HEX triplet: 70, 24 and 29. RGB value is (112,36,41). Sum of RGB (Red+Green+Blue) = 112+36+41=189 (25% of max value = 765). Red value is 112 (44.14% from 255 or 59.26% from 189); Green value is 36 (14.45% from 255 or 19.05% from 189); Blue value is 41 (16.41% from 255 or 21.69% from 189); Max value from RGB is 112 - color contains mainly: red. Hex color #702429 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702429 is #8FDBD6. Grayscale: #3B3B3B. Windows color (decimal): -9427927 or 2696304. OLE color: 2696304.

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

Color convert

RGB 112 36 41 -
CMYK 0 0.68 0.63 0.56
HSL 356.05º 0.51% 0.29% -
HSV(B) 356.05º 0.68% 0.44% -
XYZ 7.71 4.87 2.63 -
YUV 59.29 117.68 165.59 -
System Red Green Blue C M Y K H S L
Decimal 112 36 41 0 0.68 0.63 0.56 356.05 0.51 0.29
Hex 70 24 29 0 44 3F 38 164 33 1D
Octal 160 44 51 0 104 77 70 544 63 35
Binary 1110000 100100 101001 0 1000100 111111 111000 101100100 110011 11101

Color Harmonies of #702429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702429

Black with #702429

Text Example


Text Example

White with #702429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702429; }

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

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

background-color css

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

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

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

border-color css

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

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

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