Html Css Color HEX #680A29 Pohutukawa

📋 copy color: '#680A29'

red 104 ◦ green 10 ◦ blue 41

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

Shades of Pohutukawa #680A29

Tints of Pohutukawa #680A29

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.45%

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

R = 67.1%
G = 6.45%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.61

 K value IS 0.59

RGB Variations

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

Color information

#680A29 (or 0x680A29) is known color: Pohutukawa. HEX triplet: 68, 0A and 29. RGB value is (104,10,41). Sum of RGB (Red+Green+Blue) = 104+10+41=155 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.10% from 155); Green value is 10 (4.30% from 255 or 6.45% from 155); Blue value is 41 (16.41% from 255 or 26.45% from 155); Max value from RGB is 104 - color contains mainly: red. Hex color #680A29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680A29 is #97F5D6. Grayscale: #292929. Windows color (decimal): -9958871 or 2689640. OLE color: 2689640.

HSL color Cylindrical-coordinate representation of color #680A29: hue angle of 340.21º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #680A29 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 10 41 -
CMYK 0 0.90 0.61 0.59
HSL 340.21º 0.82% 0.22% -
HSV(B) 340.21º 0.9% 0.41% -
XYZ 6.22 3.32 2.41 -
YUV 41.64 127.64 172.48 -
System Red Green Blue C M Y K H S L
Decimal 104 10 41 0 0.90 0.61 0.59 340.21 0.82 0.22
Hex 68 A 29 0 5A 3D 3B 154 52 16
Octal 150 12 51 0 132 75 73 524 122 26
Binary 1101000 1010 101001 0 1011010 111101 111011 101010100 1010010 10110

Color Harmonies of #680A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680A29

Black with #680A29

Text Example


Text Example

White with #680A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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