Html Css Color HEX #691234 Claret

📋 copy color: '#691234'

red 105 ◦ green 18 ◦ blue 52

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

Shades of Claret #691234

Tints of Claret #691234

RGB

 RED value IS 105 (41.41% from 255) = 60%

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

 BLUE value IS 52 (20.7% from 255) = 29.71%

R = 60%
G = 10.29%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#691234 (or 0x691234) is known color: Claret. HEX triplet: 69, 12 and 34. RGB value is (105,18,52). Sum of RGB (Red+Green+Blue) = 105+18+52=175 (23% of max value = 765). Red value is 105 (41.41% from 255 or 60% from 175); Green value is 18 (7.42% from 255 or 10.29% from 175); Blue value is 52 (20.70% from 255 or 29.71% from 175); Max value from RGB is 105 - color contains mainly: red. Hex color #691234 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691234 is #96EDCB. Grayscale: #2F2F2F. Windows color (decimal): -9891276 or 3412585. OLE color: 3412585.

HSL color Cylindrical-coordinate representation of color #691234: hue angle of 336.55º degrees, saturation: 0.71, 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 #691234 is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 18 52 -
CMYK 0 0.83 0.50 0.59
HSL 336.55º 0.71% 0.24% -
HSV(B) 336.55º 0.83% 0.41% -
XYZ 6.66 3.68 3.61 -
YUV 47.89 130.32 168.74 -
System Red Green Blue C M Y K H S L
Decimal 105 18 52 0 0.83 0.50 0.59 336.55 0.71 0.24
Hex 69 12 34 0 53 32 3B 151 47 18
Octal 151 22 64 0 123 62 73 521 107 30
Binary 1101001 10010 110100 0 1010011 110010 111011 101010001 1000111 11000

Color Harmonies of #691234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691234

Black with #691234

Text Example


Text Example

White with #691234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691234; }

 p { color: rgb(105,18,52); }

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

background-color css

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

 a { background-color: rgb(105,18,52); }

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

border-color css

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

 span { border-color: rgb(105,18,52); }

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