Html Css Color HEX #65253D Siren

📋 copy color: '#65253D'

red 101 ◦ green 37 ◦ blue 61

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

Shades of Siren #65253D

Tints of Siren #65253D

RGB

 RED value IS 101 (39.84% from 255) = 50.75%

 GREEN value IS 37 (14.84% from 255) = 18.59%

 BLUE value IS 61 (24.22% from 255) = 30.65%

R = 50.75%
G = 18.59%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.60

RGB Variations

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

Color information

#65253D (or 0x65253D) is known color: Siren. HEX triplet: 65, 25 and 3D. RGB value is (101,37,61). Sum of RGB (Red+Green+Blue) = 101+37+61=199 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.75% from 199); Green value is 37 (14.84% from 255 or 18.59% from 199); Blue value is 61 (24.22% from 255 or 30.65% from 199); Max value from RGB is 101 - color contains mainly: red. Hex color #65253D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65253D is #9ADAC2. Grayscale: #3A3A3A. Windows color (decimal): -10148547 or 4007269. OLE color: 4007269.

HSL color Cylindrical-coordinate representation of color #65253D: hue angle of 337.5º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #65253D is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 37 61 -
CMYK 0 0.63 0.40 0.60
HSL 337.5º 0.46% 0.27% -
HSV(B) 337.5º 0.63% 0.4% -
XYZ 6.87 4.43 4.91 -
YUV 58.87 129.2 158.05 -
System Red Green Blue C M Y K H S L
Decimal 101 37 61 0 0.63 0.40 0.60 337.5 0.46 0.27
Hex 65 25 3D 0 3F 28 3C 152 2E 1B
Octal 145 45 75 0 77 50 74 522 56 33
Binary 1100101 100101 111101 0 111111 101000 111100 101010010 101110 11011

Color Harmonies of #65253D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65253D

Black with #65253D

Text Example


Text Example

White with #65253D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65253D; }

 p { color: rgb(101,37,61); }

 H1.HeaderClassName
 {
   color: #65253D;
 }
 .AnyTagClassName
 {
   color: #65253D;
 }
</style>

background-color css

<style>
 a { background-color: #65253D; }

 a { background-color: rgb(101,37,61); }

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

border-color css

<style>
 span { border-color: #65253D; }

 span { border-color: rgb(101,37,61); }

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