Html Css Color HEX #702A1D Pueblo

📋 copy color: '#702A1D'

red 112 ◦ green 42 ◦ blue 29

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

Shades of Pueblo #702A1D

Tints of Pueblo #702A1D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 22.95%

 BLUE value IS 29 (11.72% from 255) = 15.85%

R = 61.2%
G = 22.95%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#702A1D (or 0x702A1D) is known color: Pueblo. HEX triplet: 70, 2A and 1D. RGB value is (112,42,29). Sum of RGB (Red+Green+Blue) = 112+42+29=183 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.20% from 183); Green value is 42 (16.80% from 255 or 22.95% from 183); Blue value is 29 (11.72% from 255 or 15.85% from 183); Max value from RGB is 112 - color contains mainly: red. Hex color #702A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702A1D is #8FD5E2. Grayscale: #3D3D3D. Windows color (decimal): -9426403 or 1911408. OLE color: 1911408.

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

Color convert

RGB 112 42 29 -
CMYK 0 0.62 0.74 0.56
HSL 9.4º 0.59% 0.28% -
HSV(B) 9.4º 0.74% 0.44% -
XYZ 7.73 5.19 1.76 -
YUV 61.45 109.69 164.06 -
System Red Green Blue C M Y K H S L
Decimal 112 42 29 0 0.62 0.74 0.56 9.4 0.59 0.28
Hex 70 2A 1D 0 3E 4A 38 9 3B 1C
Octal 160 52 35 0 76 112 70 11 73 34
Binary 1110000 101010 11101 0 111110 1001010 111000 1001 111011 11100

Color Harmonies of #702A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702A1D

Black with #702A1D

Text Example


Text Example

White with #702A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702A1D; }

 p { color: rgb(112,42,29); }

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

background-color css

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

 a { background-color: rgb(112,42,29); }

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

border-color css

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

 span { border-color: rgb(112,42,29); }

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