Html Css Color HEX #691320 Pohutukawa

📋 copy color: '#691320'

red 105 ◦ green 19 ◦ blue 32

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

Shades of Pohutukawa #691320

Tints of Pohutukawa #691320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 20.51%

R = 67.31%
G = 12.18%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#691320 (or 0x691320) is known color: Pohutukawa. HEX triplet: 69, 13 and 20. RGB value is (105,19,32). Sum of RGB (Red+Green+Blue) = 105+19+32=156 (20% of max value = 765). Red value is 105 (41.41% from 255 or 67.31% from 156); Green value is 19 (7.81% from 255 or 12.18% from 156); Blue value is 32 (12.89% from 255 or 20.51% from 156); Max value from RGB is 105 - color contains mainly: red. Hex color #691320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691320 is #96ECDF. Grayscale: #2E2E2E. Windows color (decimal): -9891040 or 2102121. OLE color: 2102121.

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

Color convert

RGB 105 19 32 -
CMYK 0 0.82 0.70 0.59
HSL 350.93º 0.69% 0.24% -
HSV(B) 350.93º 0.82% 0.41% -
XYZ 6.32 3.57 1.72 -
YUV 46.2 119.99 169.94 -
System Red Green Blue C M Y K H S L
Decimal 105 19 32 0 0.82 0.70 0.59 350.93 0.69 0.24
Hex 69 13 20 0 52 46 3B 15F 45 18
Octal 151 23 40 0 122 106 73 537 105 30
Binary 1101001 10011 100000 0 1010010 1000110 111011 101011111 1000101 11000

Color Harmonies of #691320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691320

Black with #691320

Text Example


Text Example

White with #691320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691320; }

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

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

background-color css

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

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

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

border-color css

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

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

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