Html Css Color HEX #691329 Pohutukawa

📋 copy color: '#691329'

red 105 ◦ green 19 ◦ blue 41

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

Shades of Pohutukawa #691329

Tints of Pohutukawa #691329

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.52%

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

R = 63.64%
G = 11.52%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.59

RGB Variations

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

Color information

#691329 (or 0x691329) is known color: Pohutukawa. HEX triplet: 69, 13 and 29. RGB value is (105,19,41). Sum of RGB (Red+Green+Blue) = 105+19+41=165 (21% of max value = 765). Red value is 105 (41.41% from 255 or 63.64% from 165); Green value is 19 (7.81% from 255 or 11.52% from 165); Blue value is 41 (16.41% from 255 or 24.85% from 165); Max value from RGB is 105 - color contains mainly: red. Hex color #691329 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691329 is #96ECD6. Grayscale: #2F2F2F. Windows color (decimal): -9891031 or 2691945. OLE color: 2691945.

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

Color convert

RGB 105 19 41 -
CMYK 0 0.82 0.61 0.59
HSL 344.65º 0.69% 0.24% -
HSV(B) 344.65º 0.82% 0.41% -
XYZ 6.46 3.63 2.46 -
YUV 47.22 124.49 169.21 -
System Red Green Blue C M Y K H S L
Decimal 105 19 41 0 0.82 0.61 0.59 344.65 0.69 0.24
Hex 69 13 29 0 52 3D 3B 159 45 18
Octal 151 23 51 0 122 75 73 531 105 30
Binary 1101001 10011 101001 0 1010010 111101 111011 101011001 1000101 11000

Color Harmonies of #691329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691329

Black with #691329

Text Example


Text Example

White with #691329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691329; }

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

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

background-color css

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

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

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

border-color css

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

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

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