Html Css Color HEX #680D1A Pohutukawa

📋 copy color: '#680D1A'

red 104 ◦ green 13 ◦ blue 26

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

Shades of Pohutukawa #680D1A

Tints of Pohutukawa #680D1A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.09%

 BLUE value IS 26 (10.55% from 255) = 18.18%

R = 72.73%
G = 9.09%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.59

RGB Variations

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

Color information

#680D1A (or 0x680D1A) is known color: Pohutukawa. HEX triplet: 68, 0D and 1A. RGB value is (104,13,26). Sum of RGB (Red+Green+Blue) = 104+13+26=143 (18% of max value = 765). Red value is 104 (41.02% from 255 or 72.73% from 143); Green value is 13 (5.47% from 255 or 9.09% from 143); Blue value is 26 (10.55% from 255 or 18.18% from 143); Max value from RGB is 104 - color contains mainly: red. Hex color #680D1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680D1A is #97F2E5. Grayscale: #292929. Windows color (decimal): -9958118 or 1707368. OLE color: 1707368.

HSL color Cylindrical-coordinate representation of color #680D1A: hue angle of 351.43º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #680D1A is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 13 26 -
CMYK 0 0.88 0.75 0.59
HSL 351.43º 0.78% 0.23% -
HSV(B) 351.43º 0.88% 0.41% -
XYZ 6.04 3.31 1.3 -
YUV 41.69 119.15 172.44 -
System Red Green Blue C M Y K H S L
Decimal 104 13 26 0 0.88 0.75 0.59 351.43 0.78 0.23
Hex 68 D 1A 0 58 4B 3B 15F 4E 17
Octal 150 15 32 0 130 113 73 537 116 27
Binary 1101000 1101 11010 0 1011000 1001011 111011 101011111 1001110 10111

Color Harmonies of #680D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680D1A

Black with #680D1A

Text Example


Text Example

White with #680D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,13,26); }

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

background-color css

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

 a { background-color: rgb(104,13,26); }

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

border-color css

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

 span { border-color: rgb(104,13,26); }

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