Html Css Color HEX #691829 Pohutukawa

📋 copy color: '#691829'

red 105 ◦ green 24 ◦ blue 41

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

Shades of Pohutukawa #691829

Tints of Pohutukawa #691829

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.12%

 BLUE value IS 41 (16.41% from 255) = 24.12%

R = 61.76%
G = 14.12%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.61

 K value IS 0.59

RGB Variations

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

Color information

#691829 (or 0x691829) is known color: Pohutukawa. HEX triplet: 69, 18 and 29. RGB value is (105,24,41). Sum of RGB (Red+Green+Blue) = 105+24+41=170 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.76% from 170); Green value is 24 (9.77% from 255 or 14.12% from 170); Blue value is 41 (16.41% from 255 or 24.12% from 170); Max value from RGB is 105 - color contains mainly: red. Hex color #691829 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691829 is #96E7D6. Grayscale: #323232. Windows color (decimal): -9889751 or 2693225. OLE color: 2693225.

HSL color Cylindrical-coordinate representation of color #691829: hue angle of 347.41º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #691829 is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 24 41 -
CMYK 0 0.77 0.61 0.59
HSL 347.41º 0.63% 0.25% -
HSV(B) 347.41º 0.77% 0.41% -
XYZ 6.55 3.82 2.49 -
YUV 50.16 122.84 167.12 -
System Red Green Blue C M Y K H S L
Decimal 105 24 41 0 0.77 0.61 0.59 347.41 0.63 0.25
Hex 69 18 29 0 4D 3D 3B 15B 3F 19
Octal 151 30 51 0 115 75 73 533 77 31
Binary 1101001 11000 101001 0 1001101 111101 111011 101011011 111111 11001

Color Harmonies of #691829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691829

Black with #691829

Text Example


Text Example

White with #691829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691829; }

 p { color: rgb(105,24,41); }

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

background-color css

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

 a { background-color: rgb(105,24,41); }

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

border-color css

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

 span { border-color: rgb(105,24,41); }

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