Html Css Color HEX #702910 Pueblo

📋 copy color: '#702910'

red 112 ◦ green 41 ◦ blue 16

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

Shades of Pueblo #702910

Tints of Pueblo #702910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.47%

R = 66.27%
G = 24.26%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#702910 (or 0x702910) is known color: Pueblo. HEX triplet: 70, 29 and 10. RGB value is (112,41,16). Sum of RGB (Red+Green+Blue) = 112+41+16=169 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.27% from 169); Green value is 41 (16.41% from 255 or 24.26% from 169); Blue value is 16 (6.64% from 255 or 9.47% from 169); Max value from RGB is 112 - color contains mainly: red. Hex color #702910 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702910 is #8FD6EF. Grayscale: #3B3B3B. Windows color (decimal): -9426672 or 1059184. OLE color: 1059184.

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

Color convert

RGB 112 41 16 -
CMYK 0 0.63 0.86 0.56
HSL 15.63º 0.75% 0.25% -
HSV(B) 15.63º 0.86% 0.44% -
XYZ 7.57 5.07 1.07 -
YUV 59.38 103.52 165.53 -
System Red Green Blue C M Y K H S L
Decimal 112 41 16 0 0.63 0.86 0.56 15.63 0.75 0.25
Hex 70 29 10 0 3F 56 38 10 4B 19
Octal 160 51 20 0 77 126 70 20 113 31
Binary 1110000 101001 10000 0 111111 1010110 111000 10000 1001011 11001

Color Harmonies of #702910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702910

Black with #702910

Text Example


Text Example

White with #702910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702910; }

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

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

background-color css

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

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

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

border-color css

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

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

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