Html Css Color HEX #702A1F Pueblo

📋 copy color: '#702A1F'

red 112 ◦ green 42 ◦ blue 31

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

Shades of Pueblo #702A1F

Tints of Pueblo #702A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 16.76%

R = 60.54%
G = 22.7%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#702A1F (or 0x702A1F) is known color: Pueblo. HEX triplet: 70, 2A and 1F. RGB value is (112,42,31). Sum of RGB (Red+Green+Blue) = 112+42+31=185 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.54% from 185); Green value is 42 (16.80% from 255 or 22.70% from 185); Blue value is 31 (12.5% from 255 or 16.76% from 185); Max value from RGB is 112 - color contains mainly: red. Hex color #702A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702A1F is #8FD5E0. Grayscale: #3D3D3D. Windows color (decimal): -9426401 or 2042480. OLE color: 2042480.

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

Color convert

RGB 112 42 31 -
CMYK 0 0.62 0.72 0.56
HSL 8.15º 0.57% 0.28% -
HSV(B) 8.15º 0.72% 0.44% -
XYZ 7.76 5.2 1.89 -
YUV 61.68 110.69 163.89 -
System Red Green Blue C M Y K H S L
Decimal 112 42 31 0 0.62 0.72 0.56 8.15 0.57 0.28
Hex 70 2A 1F 0 3E 48 38 8 39 1C
Octal 160 52 37 0 76 110 70 10 71 34
Binary 1110000 101010 11111 0 111110 1001000 111000 1000 111001 11100

Color Harmonies of #702A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702A1F

Black with #702A1F

Text Example


Text Example

White with #702A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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