Html Css Color HEX #681122 Pohutukawa

📋 copy color: '#681122'

red 104 ◦ green 17 ◦ blue 34

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

Shades of Pohutukawa #681122

Tints of Pohutukawa #681122

RGB

 RED value IS 104 (41.02% from 255) = 67.1%

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

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

R = 67.1%
G = 10.97%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.59

RGB Variations

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

Color information

#681122 (or 0x681122) is known color: Pohutukawa. HEX triplet: 68, 11 and 22. RGB value is (104,17,34). Sum of RGB (Red+Green+Blue) = 104+17+34=155 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.10% from 155); Green value is 17 (7.03% from 255 or 10.97% from 155); Blue value is 34 (13.67% from 255 or 21.94% from 155); Max value from RGB is 104 - color contains mainly: red. Hex color #681122 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681122 is #97EEDD. Grayscale: #2C2C2C. Windows color (decimal): -9957086 or 2232680. OLE color: 2232680.

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

Color convert

RGB 104 17 34 -
CMYK 0 0.84 0.67 0.59
HSL 348.28º 0.72% 0.24% -
HSV(B) 348.28º 0.84% 0.41% -
XYZ 6.2 3.46 1.85 -
YUV 44.95 121.82 170.12 -
System Red Green Blue C M Y K H S L
Decimal 104 17 34 0 0.84 0.67 0.59 348.28 0.72 0.24
Hex 68 11 22 0 54 43 3B 15C 48 18
Octal 150 21 42 0 124 103 73 534 110 30
Binary 1101000 10001 100010 0 1010100 1000011 111011 101011100 1001000 11000

Color Harmonies of #681122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681122

Black with #681122

Text Example


Text Example

White with #681122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681122; }

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

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

background-color css

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

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

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

border-color css

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

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

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