Html Css Color HEX #65152E Claret

📋 copy color: '#65152E'

red 101 ◦ green 21 ◦ blue 46

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

Shades of Claret #65152E

Tints of Claret #65152E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.5%

 BLUE value IS 46 (18.36% from 255) = 27.38%

R = 60.12%
G = 12.5%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.54

 K value IS 0.60

RGB Variations

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

Color information

#65152E (or 0x65152E) is known color: Claret. HEX triplet: 65, 15 and 2E. RGB value is (101,21,46). Sum of RGB (Red+Green+Blue) = 101+21+46=168 (22% of max value = 765). Red value is 101 (39.84% from 255 or 60.12% from 168); Green value is 21 (8.59% from 255 or 12.5% from 168); Blue value is 46 (18.36% from 255 or 27.38% from 168); Max value from RGB is 101 - color contains mainly: red. Hex color #65152E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65152E is #9AEAD1. Grayscale: #2F2F2F. Windows color (decimal): -10152658 or 3020133. OLE color: 3020133.

HSL color Cylindrical-coordinate representation of color #65152E: hue angle of 341.25º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #65152E is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 21 46 -
CMYK 0 0.79 0.54 0.60
HSL 341.25º 0.66% 0.24% -
HSV(B) 341.25º 0.79% 0.4% -
XYZ 6.13 3.5 2.94 -
YUV 47.77 127 165.97 -
System Red Green Blue C M Y K H S L
Decimal 101 21 46 0 0.79 0.54 0.60 341.25 0.66 0.24
Hex 65 15 2E 0 4F 36 3C 155 42 18
Octal 145 25 56 0 117 66 74 525 102 30
Binary 1100101 10101 101110 0 1001111 110110 111100 101010101 1000010 11000

Color Harmonies of #65152E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65152E

Black with #65152E

Text Example


Text Example

White with #65152E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65152E; }

 p { color: rgb(101,21,46); }

 H1.HeaderClassName
 {
   color: #65152E;
 }
 .AnyTagClassName
 {
   color: #65152E;
 }
</style>

background-color css

<style>
 a { background-color: #65152E; }

 a { background-color: rgb(101,21,46); }

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

border-color css

<style>
 span { border-color: #65152E; }

 span { border-color: rgb(101,21,46); }

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