Html Css Color HEX #681429 Pohutukawa

📋 copy color: '#681429'

red 104 ◦ green 20 ◦ blue 41

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

Shades of Pohutukawa #681429

Tints of Pohutukawa #681429

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.12%

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

R = 63.03%
G = 12.12%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.59

RGB Variations

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

Color information

#681429 (or 0x681429) is known color: Pohutukawa. HEX triplet: 68, 14 and 29. RGB value is (104,20,41). Sum of RGB (Red+Green+Blue) = 104+20+41=165 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.03% from 165); Green value is 20 (8.20% from 255 or 12.12% from 165); Blue value is 41 (16.41% from 255 or 24.85% from 165); Max value from RGB is 104 - color contains mainly: red. Hex color #681429 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681429 is #97EBD6. Grayscale: #2F2F2F. Windows color (decimal): -9956311 or 2692200. OLE color: 2692200.

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

Color convert

RGB 104 20 41 -
CMYK 0 0.81 0.61 0.59
HSL 345º 0.68% 0.24% -
HSV(B) 345º 0.81% 0.41% -
XYZ 6.36 3.6 2.46 -
YUV 47.51 124.33 168.29 -
System Red Green Blue C M Y K H S L
Decimal 104 20 41 0 0.81 0.61 0.59 345 0.68 0.24
Hex 68 14 29 0 51 3D 3B 159 44 18
Octal 150 24 51 0 121 75 73 531 104 30
Binary 1101000 10100 101001 0 1010001 111101 111011 101011001 1000100 11000

Color Harmonies of #681429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681429

Black with #681429

Text Example


Text Example

White with #681429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681429; }

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

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

background-color css

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

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

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

border-color css

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

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

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