Html Css Color HEX #70301E Pueblo

📋 copy color: '#70301E'

red 112 ◦ green 48 ◦ blue 30

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

Shades of Pueblo #70301E

Tints of Pueblo #70301E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.26%

 BLUE value IS 30 (12.11% from 255) = 15.79%

R = 58.95%
G = 25.26%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#70301E (or 0x70301E) is known color: Pueblo. HEX triplet: 70, 30 and 1E. RGB value is (112,48,30). Sum of RGB (Red+Green+Blue) = 112+48+30=190 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.95% from 190); Green value is 48 (19.14% from 255 or 25.26% from 190); Blue value is 30 (12.11% from 255 or 15.79% from 190); Max value from RGB is 112 - color contains mainly: red. Hex color #70301E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70301E is #8FCFE1. Grayscale: #414141. Windows color (decimal): -9424866 or 1978480. OLE color: 1978480.

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

Color convert

RGB 112 48 30 -
CMYK 0 0.57 0.73 0.56
HSL 13.17º 0.58% 0.28% -
HSV(B) 13.17º 0.73% 0.44% -
XYZ 7.97 5.65 1.9 -
YUV 65.08 108.2 161.46 -
System Red Green Blue C M Y K H S L
Decimal 112 48 30 0 0.57 0.73 0.56 13.17 0.58 0.28
Hex 70 30 1E 0 39 49 38 D 3A 1C
Octal 160 60 36 0 71 111 70 15 72 34
Binary 1110000 110000 11110 0 111001 1001001 111000 1101 111010 11100

Color Harmonies of #70301E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70301E

Black with #70301E

Text Example


Text Example

White with #70301E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70301E; }

 p { color: rgb(112,48,30); }

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

background-color css

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

 a { background-color: rgb(112,48,30); }

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

border-color css

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

 span { border-color: rgb(112,48,30); }

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