Html Css Color HEX #70290F Pueblo

📋 copy color: '#70290F'

red 112 ◦ green 41 ◦ blue 15

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

Shades of Pueblo #70290F

Tints of Pueblo #70290F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 24.4%

 BLUE value IS 15 (6.25% from 255) = 8.93%

R = 66.67%
G = 24.4%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#70290F (or 0x70290F) is known color: Pueblo. HEX triplet: 70, 29 and 0F. RGB value is (112,41,15). Sum of RGB (Red+Green+Blue) = 112+41+15=168 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.67% from 168); Green value is 41 (16.41% from 255 or 24.40% from 168); Blue value is 15 (6.25% from 255 or 8.93% from 168); Max value from RGB is 112 - color contains mainly: red. Hex color #70290F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70290F is #8FD6F0. Grayscale: #3B3B3B. Windows color (decimal): -9426673 or 993648. OLE color: 993648.

HSL color Cylindrical-coordinate representation of color #70290F: hue angle of 16.08º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #70290F is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 41 15 -
CMYK 0 0.63 0.87 0.56
HSL 16.08º 0.76% 0.25% -
HSV(B) 16.08º 0.87% 0.44% -
XYZ 7.56 5.07 1.03 -
YUV 59.27 103.02 165.61 -
System Red Green Blue C M Y K H S L
Decimal 112 41 15 0 0.63 0.87 0.56 16.08 0.76 0.25
Hex 70 29 F 0 3F 57 38 10 4C 19
Octal 160 51 17 0 77 127 70 20 114 31
Binary 1110000 101001 1111 0 111111 1010111 111000 10000 1001100 11001

Color Harmonies of #70290F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70290F

Black with #70290F

Text Example


Text Example

White with #70290F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70290F; }

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

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

background-color css

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

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

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

border-color css

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

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

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