Html Css Color HEX #691322 Pohutukawa

📋 copy color: '#691322'

red 105 ◦ green 19 ◦ blue 34

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

Shades of Pohutukawa #691322

Tints of Pohutukawa #691322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 21.52%

R = 66.46%
G = 12.03%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.59

RGB Variations

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

Color information

#691322 (or 0x691322) is known color: Pohutukawa. HEX triplet: 69, 13 and 22. RGB value is (105,19,34). Sum of RGB (Red+Green+Blue) = 105+19+34=158 (20% of max value = 765). Red value is 105 (41.41% from 255 or 66.46% from 158); Green value is 19 (7.81% from 255 or 12.03% from 158); Blue value is 34 (13.67% from 255 or 21.52% from 158); Max value from RGB is 105 - color contains mainly: red. Hex color #691322 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691322 is #96ECDD. Grayscale: #2E2E2E. Windows color (decimal): -9891038 or 2233193. OLE color: 2233193.

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

Color convert

RGB 105 19 34 -
CMYK 0 0.82 0.68 0.59
HSL 349.53º 0.69% 0.24% -
HSV(B) 349.53º 0.82% 0.41% -
XYZ 6.35 3.58 1.87 -
YUV 46.42 120.99 169.78 -
System Red Green Blue C M Y K H S L
Decimal 105 19 34 0 0.82 0.68 0.59 349.53 0.69 0.24
Hex 69 13 22 0 52 44 3B 15E 45 18
Octal 151 23 42 0 122 104 73 536 105 30
Binary 1101001 10011 100010 0 1010010 1000100 111011 101011110 1000101 11000

Color Harmonies of #691322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691322

Black with #691322

Text Example


Text Example

White with #691322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691322; }

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

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

background-color css

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

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

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

border-color css

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

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

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