#982B3D

Color #982B3D Bright Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Red #982B3D

Tints of Bright Red #982B3D

Color information

#982B3D (or 0x982B3D) is unknown color: approx Bright Red. HEX triplet: 98, 2B and 3D. RGB value is (152,43,61). Sum of RGB (Red+Green+Blue) = 152+43+61=256 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.38% from 256); Green value is 43 (17.19% from 255 or 16.80% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 152 - color contains mainly: red. Hex color #982B3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982B3D is #67D4C2. Grayscale: #4D4D4D. Windows color (decimal): -6804675 or 4008856. OLE color: 4008856.

HSL color Cylindrical-coordinate representation of color #982B3D: hue angle of 350.09º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #982B3D is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.40.

Color convert

RGB1524361-
CMYK00.720.600.40
HSL350.09º55.9%38.24%-
HSV(B)350.09º71.71%59.61%-
XYZ14.668.745.33-
YUV77.64118.61181.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 59.38%
GREEN value IS 43 (17.19% from 255) = 16.80%
BLUE value IS 61 (24.22% from 255) = 23.83%
R=59.38%
G=16.80%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.60
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152436100.720.600.40350.0955.938.24
Hex982B3D0483C2815e3826
Octal2305375011074505367046
Binary1001100010101111110101001000111100101000101011110111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982B3D; }

 p { color: rgb(152,43,61); }

 H1.HeaderClassName
 {
   color: #982B3D;
 }
 .AnyTagClassName
 {
   color: #982B3D;
 }
</style>
background-color css

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

 a { background-color: rgb(152,43,61); }

 div.DivClassName
 {
   background-color: #982B3D;
 }
 .BgClassName
 {
   background-color: #982B3D;
 }
</style>
border-color css

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

 span { border-color: rgb(152,43,61); }

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