Html Css Color HEX #611B1C Burnt Crimson

📋 copy color: '#611B1C'

red 97 ◦ green 27 ◦ blue 28

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

Shades of Burnt Crimson #611B1C

Tints of Burnt Crimson #611B1C

RGB

 RED value IS 97 (38.28% from 255) = 63.82%

 GREEN value IS 27 (10.94% from 255) = 17.76%

 BLUE value IS 28 (11.33% from 255) = 18.42%

R = 63.82%
G = 17.76%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#611B1C (or 0x611B1C) is known color: Burnt Crimson. HEX triplet: 61, 1B and 1C. RGB value is (97,27,28). Sum of RGB (Red+Green+Blue) = 97+27+28=152 (20% of max value = 765). Red value is 97 (38.28% from 255 or 63.82% from 152); Green value is 27 (10.94% from 255 or 17.76% from 152); Blue value is 28 (11.33% from 255 or 18.42% from 152); Max value from RGB is 97 - color contains mainly: red. Hex color #611B1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611B1C is #9EE4E3. Grayscale: #303030. Windows color (decimal): -10413284 or 1842017. OLE color: 1842017.

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

Color convert

RGB 97 27 28 -
CMYK 0 0.72 0.71 0.62
HSL 359.14º 0.56% 0.24% -
HSV(B) 359.14º 0.72% 0.38% -
XYZ 5.53 3.41 1.47 -
YUV 48.04 116.69 162.92 -
System Red Green Blue C M Y K H S L
Decimal 97 27 28 0 0.72 0.71 0.62 359.14 0.56 0.24
Hex 61 1B 1C 0 48 47 3E 167 38 18
Octal 141 33 34 0 110 107 76 547 70 30
Binary 1100001 11011 11100 0 1001000 1000111 111110 101100111 111000 11000

Color Harmonies of #611B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611B1C

Black with #611B1C

Text Example


Text Example

White with #611B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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