Html Css Color HEX #702F1F Pueblo

📋 copy color: '#702F1F'

red 112 ◦ green 47 ◦ blue 31

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

Shades of Pueblo #702F1F

Tints of Pueblo #702F1F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 24.74%

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

R = 58.95%
G = 24.74%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#702F1F (or 0x702F1F) is known color: Pueblo. HEX triplet: 70, 2F and 1F. RGB value is (112,47,31). Sum of RGB (Red+Green+Blue) = 112+47+31=190 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.95% from 190); Green value is 47 (18.75% from 255 or 24.74% from 190); Blue value is 31 (12.5% from 255 or 16.32% from 190); Max value from RGB is 112 - color contains mainly: red. Hex color #702F1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702F1F is #8FD0E0. Grayscale: #404040. Windows color (decimal): -9425121 or 2043760. OLE color: 2043760.

HSL color Cylindrical-coordinate representation of color #702F1F: hue angle of 11.85º 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 #702F1F is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 47 31 -
CMYK 0 0.58 0.72 0.56
HSL 11.85º 0.57% 0.28% -
HSV(B) 11.85º 0.72% 0.44% -
XYZ 7.95 5.58 1.95 -
YUV 64.61 109.03 161.8 -
System Red Green Blue C M Y K H S L
Decimal 112 47 31 0 0.58 0.72 0.56 11.85 0.57 0.28
Hex 70 2F 1F 0 3A 48 38 C 39 1C
Octal 160 57 37 0 72 110 70 14 71 34
Binary 1110000 101111 11111 0 111010 1001000 111000 1100 111001 11100

Color Harmonies of #702F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702F1F

Black with #702F1F

Text Example


Text Example

White with #702F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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