Html Css Color HEX #702419 Pueblo

📋 copy color: '#702419'

red 112 ◦ green 36 ◦ blue 25

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

Shades of Pueblo #702419

Tints of Pueblo #702419

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.81%

 BLUE value IS 25 (10.16% from 255) = 14.45%

R = 64.74%
G = 20.81%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#702419 (or 0x702419) is known color: Pueblo. HEX triplet: 70, 24 and 19. RGB value is (112,36,25). Sum of RGB (Red+Green+Blue) = 112+36+25=173 (22% of max value = 765). Red value is 112 (44.14% from 255 or 64.74% from 173); Green value is 36 (14.45% from 255 or 20.81% from 173); Blue value is 25 (10.16% from 255 or 14.45% from 173); Max value from RGB is 112 - color contains mainly: red. Hex color #702419 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702419 is #8FDBE6. Grayscale: #393939. Windows color (decimal): -9427943 or 1647728. OLE color: 1647728.

HSL color Cylindrical-coordinate representation of color #702419: hue angle of 7.59º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #702419 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 36 25 -
CMYK 0 0.68 0.78 0.56
HSL 7.59º 0.64% 0.27% -
HSV(B) 7.59º 0.78% 0.44% -
XYZ 7.49 4.78 1.45 -
YUV 57.47 109.68 166.89 -
System Red Green Blue C M Y K H S L
Decimal 112 36 25 0 0.68 0.78 0.56 7.59 0.64 0.27
Hex 70 24 19 0 44 4E 38 8 40 1B
Octal 160 44 31 0 104 116 70 10 100 33
Binary 1110000 100100 11001 0 1000100 1001110 111000 1000 1000000 11011

Color Harmonies of #702419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702419

Black with #702419

Text Example


Text Example

White with #702419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702419; }

 p { color: rgb(112,36,25); }

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

background-color css

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

 a { background-color: rgb(112,36,25); }

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

border-color css

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

 span { border-color: rgb(112,36,25); }

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