Html Css Color HEX #691A36 Claret

📋 copy color: '#691A36'

red 105 ◦ green 26 ◦ blue 54

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

Shades of Claret #691A36

Tints of Claret #691A36

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.05%

 BLUE value IS 54 (21.48% from 255) = 29.19%

R = 56.76%
G = 14.05%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.49

 K value IS 0.59

RGB Variations

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

Color information

#691A36 (or 0x691A36) is known color: Claret. HEX triplet: 69, 1A and 36. RGB value is (105,26,54). Sum of RGB (Red+Green+Blue) = 105+26+54=185 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.76% from 185); Green value is 26 (10.55% from 255 or 14.05% from 185); Blue value is 54 (21.48% from 255 or 29.19% from 185); Max value from RGB is 105 - color contains mainly: red. Hex color #691A36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691A36 is #96E5C9. Grayscale: #343434. Windows color (decimal): -9889226 or 3545705. OLE color: 3545705.

HSL color Cylindrical-coordinate representation of color #691A36: hue angle of 338.73º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #691A36 is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 26 54 -
CMYK 0 0.75 0.49 0.59
HSL 338.73º 0.6% 0.26% -
HSV(B) 338.73º 0.75% 0.41% -
XYZ 6.86 4.01 3.9 -
YUV 52.81 128.67 165.22 -
System Red Green Blue C M Y K H S L
Decimal 105 26 54 0 0.75 0.49 0.59 338.73 0.6 0.26
Hex 69 1A 36 0 4B 31 3B 153 3C 1A
Octal 151 32 66 0 113 61 73 523 74 32
Binary 1101001 11010 110110 0 1001011 110001 111011 101010011 111100 11010

Color Harmonies of #691A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691A36

Black with #691A36

Text Example


Text Example

White with #691A36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691A36; }

 p { color: rgb(105,26,54); }

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

background-color css

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

 a { background-color: rgb(105,26,54); }

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

border-color css

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

 span { border-color: rgb(105,26,54); }

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