Html Css Color HEX #691122 Pohutukawa

📋 copy color: '#691122'

red 105 ◦ green 17 ◦ blue 34

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

Shades of Pohutukawa #691122

Tints of Pohutukawa #691122

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.9%

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

R = 67.31%
G = 10.9%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.59

RGB Variations

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

Color information

#691122 (or 0x691122) is known color: Pohutukawa. HEX triplet: 69, 11 and 22. RGB value is (105,17,34). Sum of RGB (Red+Green+Blue) = 105+17+34=156 (20% of max value = 765). Red value is 105 (41.41% from 255 or 67.31% from 156); Green value is 17 (7.03% from 255 or 10.90% from 156); Blue value is 34 (13.67% from 255 or 21.79% from 156); Max value from RGB is 105 - color contains mainly: red. Hex color #691122 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691122 is #96EEDD. Grayscale: #2D2D2D. Windows color (decimal): -9891550 or 2232681. OLE color: 2232681.

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

Color convert

RGB 105 17 34 -
CMYK 0 0.84 0.68 0.59
HSL 348.41º 0.72% 0.24% -
HSV(B) 348.41º 0.84% 0.41% -
XYZ 6.31 3.52 1.86 -
YUV 45.25 121.65 170.62 -
System Red Green Blue C M Y K H S L
Decimal 105 17 34 0 0.84 0.68 0.59 348.41 0.72 0.24
Hex 69 11 22 0 54 44 3B 15C 48 18
Octal 151 21 42 0 124 104 73 534 110 30
Binary 1101001 10001 100010 0 1010100 1000100 111011 101011100 1001000 11000

Color Harmonies of #691122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691122

Black with #691122

Text Example


Text Example

White with #691122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691122; }

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

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

background-color css

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

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

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

border-color css

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

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

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