Html Css Color HEX #652333 Claret

📋 copy color: '#652333'

red 101 ◦ green 35 ◦ blue 51

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

Shades of Claret #652333

Tints of Claret #652333

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.72%

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

R = 54.01%
G = 18.72%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.50

 K value IS 0.60

RGB Variations

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

Color information

#652333 (or 0x652333) is known color: Claret. HEX triplet: 65, 23 and 33. RGB value is (101,35,51). Sum of RGB (Red+Green+Blue) = 101+35+51=187 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.01% from 187); Green value is 35 (14.06% from 255 or 18.72% from 187); Blue value is 51 (20.31% from 255 or 27.27% from 187); Max value from RGB is 101 - color contains mainly: red. Hex color #652333 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652333 is #9ADCCC. Grayscale: #383838. Windows color (decimal): -10149069 or 3351397. OLE color: 3351397.

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

Color convert

RGB 101 35 51 -
CMYK 0 0.65 0.50 0.60
HSL 345.45º 0.49% 0.27% -
HSV(B) 345.45º 0.65% 0.4% -
XYZ 6.57 4.21 3.6 -
YUV 56.56 124.87 159.7 -
System Red Green Blue C M Y K H S L
Decimal 101 35 51 0 0.65 0.50 0.60 345.45 0.49 0.27
Hex 65 23 33 0 41 32 3C 159 31 1B
Octal 145 43 63 0 101 62 74 531 61 33
Binary 1100101 100011 110011 0 1000001 110010 111100 101011001 110001 11011

Color Harmonies of #652333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652333

Black with #652333

Text Example


Text Example

White with #652333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652333; }

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

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

background-color css

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

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

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

border-color css

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

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

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