Html Css Color HEX #691A30 Claret

📋 copy color: '#691A30'

red 105 ◦ green 26 ◦ blue 48

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

Shades of Claret #691A30

Tints of Claret #691A30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 26.82%

R = 58.66%
G = 14.53%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.54

 K value IS 0.59

RGB Variations

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

Color information

#691A30 (or 0x691A30) is known color: Claret. HEX triplet: 69, 1A and 30. RGB value is (105,26,48). Sum of RGB (Red+Green+Blue) = 105+26+48=179 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.66% from 179); Green value is 26 (10.55% from 255 or 14.53% from 179); Blue value is 48 (19.14% from 255 or 26.82% from 179); Max value from RGB is 105 - color contains mainly: red. Hex color #691A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691A30 is #96E5CF. Grayscale: #343434. Windows color (decimal): -9889232 or 3152489. OLE color: 3152489.

HSL color Cylindrical-coordinate representation of color #691A30: hue angle of 343.29º 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 #691A30 is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 26 48 -
CMYK 0 0.75 0.54 0.59
HSL 343.29º 0.6% 0.26% -
HSV(B) 343.29º 0.75% 0.41% -
XYZ 6.73 3.96 3.21 -
YUV 52.13 125.67 165.71 -
System Red Green Blue C M Y K H S L
Decimal 105 26 48 0 0.75 0.54 0.59 343.29 0.6 0.26
Hex 69 1A 30 0 4B 36 3B 157 3C 1A
Octal 151 32 60 0 113 66 73 527 74 32
Binary 1101001 11010 110000 0 1001011 110110 111011 101010111 111100 11010

Color Harmonies of #691A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691A30

Black with #691A30

Text Example


Text Example

White with #691A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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