Html Css Color HEX #681229 Pohutukawa

📋 copy color: '#681229'

red 104 ◦ green 18 ◦ blue 41

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

Shades of Pohutukawa #681229

Tints of Pohutukawa #681229

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.04%

 BLUE value IS 41 (16.41% from 255) = 25.15%

R = 63.8%
G = 11.04%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.59

RGB Variations

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

Color information

#681229 (or 0x681229) is known color: Pohutukawa. HEX triplet: 68, 12 and 29. RGB value is (104,18,41). Sum of RGB (Red+Green+Blue) = 104+18+41=163 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.80% from 163); Green value is 18 (7.42% from 255 or 11.04% from 163); Blue value is 41 (16.41% from 255 or 25.15% from 163); Max value from RGB is 104 - color contains mainly: red. Hex color #681229 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681229 is #97EDD6. Grayscale: #2E2E2E. Windows color (decimal): -9956823 or 2691688. OLE color: 2691688.

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

Color convert

RGB 104 18 41 -
CMYK 0 0.83 0.61 0.59
HSL 343.95º 0.7% 0.24% -
HSV(B) 343.95º 0.83% 0.41% -
XYZ 6.33 3.54 2.45 -
YUV 46.34 124.99 169.13 -
System Red Green Blue C M Y K H S L
Decimal 104 18 41 0 0.83 0.61 0.59 343.95 0.7 0.24
Hex 68 12 29 0 53 3D 3B 158 46 18
Octal 150 22 51 0 123 75 73 530 106 30
Binary 1101000 10010 101001 0 1010011 111101 111011 101011000 1000110 11000

Color Harmonies of #681229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681229

Black with #681229

Text Example


Text Example

White with #681229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681229; }

 p { color: rgb(104,18,41); }

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

background-color css

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

 a { background-color: rgb(104,18,41); }

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

border-color css

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

 span { border-color: rgb(104,18,41); }

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