Html Css Color HEX #680A28 Pohutukawa

📋 copy color: '#680A28'

red 104 ◦ green 10 ◦ blue 40

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

Shades of Pohutukawa #680A28

Tints of Pohutukawa #680A28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 25.97%

R = 67.53%
G = 6.49%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.59

RGB Variations

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

Color information

#680A28 (or 0x680A28) is known color: Pohutukawa. HEX triplet: 68, 0A and 28. RGB value is (104,10,40). Sum of RGB (Red+Green+Blue) = 104+10+40=154 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.53% from 154); Green value is 10 (4.30% from 255 or 6.49% from 154); Blue value is 40 (16.02% from 255 or 25.97% from 154); Max value from RGB is 104 - color contains mainly: red. Hex color #680A28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680A28 is #97F5D7. Grayscale: #292929. Windows color (decimal): -9958872 or 2624104. OLE color: 2624104.

HSL color Cylindrical-coordinate representation of color #680A28: hue angle of 340.85º 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 #680A28 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 10 40 -
CMYK 0 0.90 0.62 0.59
HSL 340.85º 0.82% 0.22% -
HSV(B) 340.85º 0.9% 0.41% -
XYZ 6.2 3.31 2.32 -
YUV 41.53 127.14 172.56 -
System Red Green Blue C M Y K H S L
Decimal 104 10 40 0 0.90 0.62 0.59 340.85 0.82 0.22
Hex 68 A 28 0 5A 3E 3B 155 52 16
Octal 150 12 50 0 132 76 73 525 122 26
Binary 1101000 1010 101000 0 1011010 111110 111011 101010101 1010010 10110

Color Harmonies of #680A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680A28

Black with #680A28

Text Example


Text Example

White with #680A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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