Html Css Color HEX #681233 Claret

📋 copy color: '#681233'

red 104 ◦ green 18 ◦ blue 51

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

Shades of Claret #681233

Tints of Claret #681233

RGB

 RED value IS 104 (41.02% from 255) = 60.12%

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

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

R = 60.12%
G = 10.4%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.51

 K value IS 0.59

RGB Variations

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

Color information

#681233 (or 0x681233) is known color: Claret. HEX triplet: 68, 12 and 33. RGB value is (104,18,51). Sum of RGB (Red+Green+Blue) = 104+18+51=173 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.12% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 51 (20.31% from 255 or 29.48% from 173); Max value from RGB is 104 - color contains mainly: red. Hex color #681233 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681233 is #97EDCC. Grayscale: #2F2F2F. Windows color (decimal): -9956813 or 3347048. OLE color: 3347048.

HSL color Cylindrical-coordinate representation of color #681233: hue angle of 336.98º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #681233 is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 18 51 -
CMYK 0 0.83 0.51 0.59
HSL 336.98º 0.7% 0.24% -
HSV(B) 336.98º 0.83% 0.41% -
XYZ 6.52 3.61 3.49 -
YUV 47.48 129.99 168.32 -
System Red Green Blue C M Y K H S L
Decimal 104 18 51 0 0.83 0.51 0.59 336.98 0.7 0.24
Hex 68 12 33 0 53 33 3B 151 46 18
Octal 150 22 63 0 123 63 73 521 106 30
Binary 1101000 10010 110011 0 1010011 110011 111011 101010001 1000110 11000

Color Harmonies of #681233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681233

Black with #681233

Text Example


Text Example

White with #681233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681233; }

 p { color: rgb(104,18,51); }

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

background-color css

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

 a { background-color: rgb(104,18,51); }

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

border-color css

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

 span { border-color: rgb(104,18,51); }

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