#621B1C

Color #621B1C Burnt Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Crimson #621B1C

Tints of Burnt Crimson #621B1C

Color information

#621B1C (or 0x621B1C) is unknown color: approx Burnt Crimson. HEX triplet: 62, 1B and 1C. RGB value is (98,27,28). Sum of RGB (Red+Green+Blue) = 98+27+28=153 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.05% from 153); Green value is 27 (10.94% from 255 or 17.65% from 153); Blue value is 28 (11.33% from 255 or 18.30% from 153); Max value from RGB is 98 - color contains mainly: red. Hex color #621B1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621B1C is #9DE4E3. Grayscale: #303030. Windows color (decimal): -10347748 or 1842018. OLE color: 1842018.

HSL color Cylindrical-coordinate representation of color #621B1C: hue angle of 359.15º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #621B1C is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB982728-
CMYK00.720.710.62
HSL359.15º56.8%24.51%-
HSV(B)359.15º72.45%38.43%-
XYZ5.643.461.47-
YUV48.34116.52163.42-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 64.05%
GREEN value IS 27 (10.94% from 255) = 17.65%
BLUE value IS 28 (11.33% from 255) = 18.30%
R=64.05%
G=17.65%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98272800.720.710.62359.1556.824.51
Hex621B1C048473E1673919
Octal14233340110107765477131
Binary1100010110111110001001000100011111111010110011111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621B1C; }

 p { color: rgb(98,27,28); }

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

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

 a { background-color: rgb(98,27,28); }

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

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

 span { border-color: rgb(98,27,28); }

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