Html Css Color HEX #691324 Pohutukawa

📋 copy color: '#691324'

red 105 ◦ green 19 ◦ blue 36

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

Shades of Pohutukawa #691324

Tints of Pohutukawa #691324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 22.5%

R = 65.63%
G = 11.88%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.59

RGB Variations

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

Color information

#691324 (or 0x691324) is known color: Pohutukawa. HEX triplet: 69, 13 and 24. RGB value is (105,19,36). Sum of RGB (Red+Green+Blue) = 105+19+36=160 (21% of max value = 765). Red value is 105 (41.41% from 255 or 65.62% from 160); Green value is 19 (7.81% from 255 or 11.88% from 160); Blue value is 36 (14.45% from 255 or 22.5% from 160); Max value from RGB is 105 - color contains mainly: red. Hex color #691324 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691324 is #96ECDB. Grayscale: #2E2E2E. Windows color (decimal): -9891036 or 2364265. OLE color: 2364265.

HSL color Cylindrical-coordinate representation of color #691324: hue angle of 348.14º 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 #691324 is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 19 36 -
CMYK 0 0.82 0.66 0.59
HSL 348.14º 0.69% 0.24% -
HSV(B) 348.14º 0.82% 0.41% -
XYZ 6.38 3.6 2.03 -
YUV 46.65 121.99 169.62 -
System Red Green Blue C M Y K H S L
Decimal 105 19 36 0 0.82 0.66 0.59 348.14 0.69 0.24
Hex 69 13 24 0 52 42 3B 15C 45 18
Octal 151 23 44 0 122 102 73 534 105 30
Binary 1101001 10011 100100 0 1010010 1000010 111011 101011100 1000101 11000

Color Harmonies of #691324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691324

Black with #691324

Text Example


Text Example

White with #691324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691324; }

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

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

background-color css

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

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

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

border-color css

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

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

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