Html Css Color HEX #611B1D Burnt Crimson

📋 copy color: '#611B1D'

red 97 ◦ green 27 ◦ blue 29

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

Shades of Burnt Crimson #611B1D

Tints of Burnt Crimson #611B1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 18.95%

R = 63.4%
G = 17.65%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#611B1D (or 0x611B1D) is known color: Burnt Crimson. HEX triplet: 61, 1B and 1D. RGB value is (97,27,29). Sum of RGB (Red+Green+Blue) = 97+27+29=153 (20% of max value = 765). Red value is 97 (38.28% from 255 or 63.40% from 153); Green value is 27 (10.94% from 255 or 17.65% from 153); Blue value is 29 (11.72% from 255 or 18.95% from 153); Max value from RGB is 97 - color contains mainly: red. Hex color #611B1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611B1D is #9EE4E2. Grayscale: #303030. Windows color (decimal): -10413283 or 1907553. OLE color: 1907553.

HSL color Cylindrical-coordinate representation of color #611B1D: hue angle of 358.29º 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 #611B1D is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 27 29 -
CMYK 0 0.72 0.70 0.62
HSL 358.29º 0.56% 0.24% -
HSV(B) 358.29º 0.72% 0.38% -
XYZ 5.54 3.41 1.53 -
YUV 48.16 117.19 162.84 -
System Red Green Blue C M Y K H S L
Decimal 97 27 29 0 0.72 0.70 0.62 358.29 0.56 0.24
Hex 61 1B 1D 0 48 46 3E 166 38 18
Octal 141 33 35 0 110 106 76 546 70 30
Binary 1100001 11011 11101 0 1001000 1000110 111110 101100110 111000 11000

Color Harmonies of #611B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611B1D

Black with #611B1D

Text Example


Text Example

White with #611B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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