Html Css Color HEX #6B213A Siren

📋 copy color: '#6B213A'

red 107 ◦ green 33 ◦ blue 58

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

Shades of Siren #6B213A

Tints of Siren #6B213A

RGB

 RED value IS 107 (42.19% from 255) = 54.04%

 GREEN value IS 33 (13.28% from 255) = 16.67%

 BLUE value IS 58 (23.05% from 255) = 29.29%

R = 54.04%
G = 16.67%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.46

 K value IS 0.58

RGB Variations

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

Color information

#6B213A (or 0x6B213A) is known color: Siren. HEX triplet: 6B, 21 and 3A. RGB value is (107,33,58). Sum of RGB (Red+Green+Blue) = 107+33+58=198 (26% of max value = 765). Red value is 107 (42.19% from 255 or 54.04% from 198); Green value is 33 (13.28% from 255 or 16.67% from 198); Blue value is 58 (23.05% from 255 or 29.29% from 198); Max value from RGB is 107 - color contains mainly: red. Hex color #6B213A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B213A is #94DEC5. Grayscale: #393939. Windows color (decimal): -9756358 or 3809643. OLE color: 3809643.

HSL color Cylindrical-coordinate representation of color #6B213A: hue angle of 339.73º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6B213A is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 33 58 -
CMYK 0 0.69 0.46 0.58
HSL 339.73º 0.53% 0.27% -
HSV(B) 339.73º 0.69% 0.42% -
XYZ 7.37 4.52 4.49 -
YUV 57.98 128.02 162.97 -
System Red Green Blue C M Y K H S L
Decimal 107 33 58 0 0.69 0.46 0.58 339.73 0.53 0.27
Hex 6B 21 3A 0 45 2E 3A 154 35 1B
Octal 153 41 72 0 105 56 72 524 65 33
Binary 1101011 100001 111010 0 1000101 101110 111010 101010100 110101 11011

Color Harmonies of #6B213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B213A

Black with #6B213A

Text Example


Text Example

White with #6B213A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B213A; }

 p { color: rgb(107,33,58); }

 H1.HeaderClassName
 {
   color: #6B213A;
 }
 .AnyTagClassName
 {
   color: #6B213A;
 }
</style>

background-color css

<style>
 a { background-color: #6B213A; }

 a { background-color: rgb(107,33,58); }

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

border-color css

<style>
 span { border-color: #6B213A; }

 span { border-color: rgb(107,33,58); }

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