Html Css Color HEX #65122F Claret

📋 copy color: '#65122F'

red 101 ◦ green 18 ◦ blue 47

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

Shades of Claret #65122F

Tints of Claret #65122F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.84%

 BLUE value IS 47 (18.75% from 255) = 28.31%

R = 60.84%
G = 10.84%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.53

 K value IS 0.60

RGB Variations

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

Color information

#65122F (or 0x65122F) is known color: Claret. HEX triplet: 65, 12 and 2F. RGB value is (101,18,47). Sum of RGB (Red+Green+Blue) = 101+18+47=166 (21% of max value = 765). Red value is 101 (39.84% from 255 or 60.84% from 166); Green value is 18 (7.42% from 255 or 10.84% from 166); Blue value is 47 (18.75% from 255 or 28.31% from 166); Max value from RGB is 101 - color contains mainly: red. Hex color #65122F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65122F is #9AEDD0. Grayscale: #2E2E2E. Windows color (decimal): -10153425 or 3084901. OLE color: 3084901.

HSL color Cylindrical-coordinate representation of color #65122F: hue angle of 339.04º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #65122F is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 18 47 -
CMYK 0 0.82 0.53 0.60
HSL 339.04º 0.7% 0.23% -
HSV(B) 339.04º 0.82% 0.4% -
XYZ 6.1 3.4 3.03 -
YUV 46.12 128.5 167.14 -
System Red Green Blue C M Y K H S L
Decimal 101 18 47 0 0.82 0.53 0.60 339.04 0.7 0.23
Hex 65 12 2F 0 52 35 3C 153 46 17
Octal 145 22 57 0 122 65 74 523 106 27
Binary 1100101 10010 101111 0 1010010 110101 111100 101010011 1000110 10111

Color Harmonies of #65122F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65122F

Black with #65122F

Text Example


Text Example

White with #65122F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65122F; }

 p { color: rgb(101,18,47); }

 H1.HeaderClassName
 {
   color: #65122F;
 }
 .AnyTagClassName
 {
   color: #65122F;
 }
</style>

background-color css

<style>
 a { background-color: #65122F; }

 a { background-color: rgb(101,18,47); }

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

border-color css

<style>
 span { border-color: #65122F; }

 span { border-color: rgb(101,18,47); }

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