Html Css Color HEX #833130 Tall Poppy

📋 copy color: '#833130'

red 131 ◦ green 49 ◦ blue 48

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

Shades of Tall Poppy #833130

Tints of Tall Poppy #833130

RGB

 RED value IS 131 (51.56% from 255) = 57.46%

 GREEN value IS 49 (19.53% from 255) = 21.49%

 BLUE value IS 48 (19.14% from 255) = 21.05%

R = 57.46%
G = 21.49%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#833130 (or 0x833130) is known color: Tall Poppy. HEX triplet: 83, 31 and 30. RGB value is (131,49,48). Sum of RGB (Red+Green+Blue) = 131+49+48=228 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.46% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 48 (19.14% from 255 or 21.05% from 228); Max value from RGB is 131 - color contains mainly: red. Hex color #833130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833130 is #7CCECF. Grayscale: #494949. Windows color (decimal): -8179408 or 3158403. OLE color: 3158403.

HSL color Cylindrical-coordinate representation of color #833130: hue angle of 0.72º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #833130 is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 49 48 -
CMYK 0 0.63 0.63 0.49
HSL 0.72º 0.46% 0.35% -
HSV(B) 0.72º 0.63% 0.51% -
XYZ 10.99 7.24 3.61 -
YUV 73.4 113.67 169.08 -
System Red Green Blue C M Y K H S L
Decimal 131 49 48 0 0.63 0.63 0.49 0.72 0.46 0.35
Hex 83 31 30 0 3F 3F 31 1 2E 23
Octal 203 61 60 0 77 77 61 1 56 43
Binary 10000011 110001 110000 0 111111 111111 110001 1 101110 100011

Color Harmonies of #833130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833130

Black with #833130

Text Example


Text Example

White with #833130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833130; }

 p { color: rgb(131,49,48); }

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

background-color css

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

 a { background-color: rgb(131,49,48); }

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

border-color css

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

 span { border-color: rgb(131,49,48); }

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