Html Css Color HEX #70301B Pueblo

📋 copy color: '#70301B'

red 112 ◦ green 48 ◦ blue 27

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

Shades of Pueblo #70301B

Tints of Pueblo #70301B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 14.44%

R = 59.89%
G = 25.67%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#70301B (or 0x70301B) is known color: Pueblo. HEX triplet: 70, 30 and 1B. RGB value is (112,48,27). Sum of RGB (Red+Green+Blue) = 112+48+27=187 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.89% from 187); Green value is 48 (19.14% from 255 or 25.67% from 187); Blue value is 27 (10.94% from 255 or 14.44% from 187); Max value from RGB is 112 - color contains mainly: red. Hex color #70301B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70301B is #8FCFE4. Grayscale: #404040. Windows color (decimal): -9424869 or 1781872. OLE color: 1781872.

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

Color convert

RGB 112 48 27 -
CMYK 0 0.57 0.76 0.56
HSL 14.82º 0.61% 0.27% -
HSV(B) 14.82º 0.76% 0.44% -
XYZ 7.94 5.64 1.71 -
YUV 64.74 106.7 161.71 -
System Red Green Blue C M Y K H S L
Decimal 112 48 27 0 0.57 0.76 0.56 14.82 0.61 0.27
Hex 70 30 1B 0 39 4C 38 F 3D 1B
Octal 160 60 33 0 71 114 70 17 75 33
Binary 1110000 110000 11011 0 111001 1001100 111000 1111 111101 11011

Color Harmonies of #70301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70301B

Black with #70301B

Text Example


Text Example

White with #70301B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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