Html Css Color HEX #611D1F Burnt Crimson

📋 copy color: '#611D1F'

red 97 ◦ green 29 ◦ blue 31

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

Shades of Burnt Crimson #611D1F

Tints of Burnt Crimson #611D1F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 18.47%

 BLUE value IS 31 (12.5% from 255) = 19.75%

R = 61.78%
G = 18.47%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#611D1F (or 0x611D1F) is known color: Burnt Crimson. HEX triplet: 61, 1D and 1F. RGB value is (97,29,31). Sum of RGB (Red+Green+Blue) = 97+29+31=157 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.78% from 157); Green value is 29 (11.72% from 255 or 18.47% from 157); Blue value is 31 (12.5% from 255 or 19.75% from 157); Max value from RGB is 97 - color contains mainly: red. Hex color #611D1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611D1F is #9EE2E0. Grayscale: #313131. Windows color (decimal): -10412769 or 2039137. OLE color: 2039137.

HSL color Cylindrical-coordinate representation of color #611D1F: hue angle of 358.24º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #611D1F is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 29 31 -
CMYK 0 0.70 0.68 0.62
HSL 358.24º 0.54% 0.25% -
HSV(B) 358.24º 0.7% 0.38% -
XYZ 5.62 3.52 1.68 -
YUV 49.56 117.53 161.84 -
System Red Green Blue C M Y K H S L
Decimal 97 29 31 0 0.70 0.68 0.62 358.24 0.54 0.25
Hex 61 1D 1F 0 46 44 3E 166 36 19
Octal 141 35 37 0 106 104 76 546 66 31
Binary 1100001 11101 11111 0 1000110 1000100 111110 101100110 110110 11001

Color Harmonies of #611D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611D1F

Black with #611D1F

Text Example


Text Example

White with #611D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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