Html Css Color HEX #82333C Paprika

📋 copy color: '#82333C'

red 130 ◦ green 51 ◦ blue 60

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

Shades of Paprika #82333C

Tints of Paprika #82333C

RGB

 RED value IS 130 (51.17% from 255) = 53.94%

 GREEN value IS 51 (20.31% from 255) = 21.16%

 BLUE value IS 60 (23.83% from 255) = 24.9%

R = 53.94%
G = 21.16%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#82333C (or 0x82333C) is known color: Paprika. HEX triplet: 82, 33 and 3C. RGB value is (130,51,60). Sum of RGB (Red+Green+Blue) = 130+51+60=241 (31% of max value = 765). Red value is 130 (51.17% from 255 or 53.94% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 130 - color contains mainly: red. Hex color #82333C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82333C is #7DCCC3. Grayscale: #4B4B4B. Windows color (decimal): -8244420 or 3945346. OLE color: 3945346.

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

Color convert

RGB 130 51 60 -
CMYK 0 0.61 0.54 0.49
HSL 353.16º 0.44% 0.35% -
HSV(B) 353.16º 0.61% 0.51% -
XYZ 11.21 7.44 5.12 -
YUV 75.65 119.17 166.77 -
System Red Green Blue C M Y K H S L
Decimal 130 51 60 0 0.61 0.54 0.49 353.16 0.44 0.35
Hex 82 33 3C 0 3D 36 31 161 2C 23
Octal 202 63 74 0 75 66 61 541 54 43
Binary 10000010 110011 111100 0 111101 110110 110001 101100001 101100 100011

Color Harmonies of #82333C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82333C

Black with #82333C

Text Example


Text Example

White with #82333C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82333C; }

 p { color: rgb(130,51,60); }

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

background-color css

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

 a { background-color: rgb(130,51,60); }

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

border-color css

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

 span { border-color: rgb(130,51,60); }

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