Html Css Color HEX #651633 Claret

📋 copy color: '#651633'

red 101 ◦ green 22 ◦ blue 51

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

Shades of Claret #651633

Tints of Claret #651633

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.64%

 BLUE value IS 51 (20.31% from 255) = 29.31%

R = 58.05%
G = 12.64%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.50

 K value IS 0.60

RGB Variations

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

Color information

#651633 (or 0x651633) is known color: Claret. HEX triplet: 65, 16 and 33. RGB value is (101,22,51). Sum of RGB (Red+Green+Blue) = 101+22+51=174 (23% of max value = 765). Red value is 101 (39.84% from 255 or 58.05% from 174); Green value is 22 (8.98% from 255 or 12.64% from 174); Blue value is 51 (20.31% from 255 or 29.31% from 174); Max value from RGB is 101 - color contains mainly: red. Hex color #651633 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651633 is #9AE9CC. Grayscale: #303030. Windows color (decimal): -10152397 or 3348069. OLE color: 3348069.

HSL color Cylindrical-coordinate representation of color #651633: hue angle of 337.97º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #651633 is Cyan = 0, Magento = 0.78, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 22 51 -
CMYK 0 0.78 0.50 0.60
HSL 337.97º 0.64% 0.24% -
HSV(B) 337.97º 0.78% 0.4% -
XYZ 6.25 3.58 3.49 -
YUV 48.93 129.17 165.14 -
System Red Green Blue C M Y K H S L
Decimal 101 22 51 0 0.78 0.50 0.60 337.97 0.64 0.24
Hex 65 16 33 0 4E 32 3C 152 40 18
Octal 145 26 63 0 116 62 74 522 100 30
Binary 1100101 10110 110011 0 1001110 110010 111100 101010010 1000000 11000

Color Harmonies of #651633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651633

Black with #651633

Text Example


Text Example

White with #651633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651633; }

 p { color: rgb(101,22,51); }

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

background-color css

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

 a { background-color: rgb(101,22,51); }

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

border-color css

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

 span { border-color: rgb(101,22,51); }

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