Html Css Color HEX #680D1B Pohutukawa

📋 copy color: '#680D1B'

red 104 ◦ green 13 ◦ blue 27

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

Shades of Pohutukawa #680D1B

Tints of Pohutukawa #680D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 18.75%

R = 72.22%
G = 9.03%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0.59

RGB Variations

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

Color information

#680D1B (or 0x680D1B) is known color: Pohutukawa. HEX triplet: 68, 0D and 1B. RGB value is (104,13,27). Sum of RGB (Red+Green+Blue) = 104+13+27=144 (19% of max value = 765). Red value is 104 (41.02% from 255 or 72.22% from 144); Green value is 13 (5.47% from 255 or 9.03% from 144); Blue value is 27 (10.94% from 255 or 18.75% from 144); Max value from RGB is 104 - color contains mainly: red. Hex color #680D1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680D1B is #97F2E4. Grayscale: #292929. Windows color (decimal): -9958117 or 1772904. OLE color: 1772904.

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

Color convert

RGB 104 13 27 -
CMYK 0 0.88 0.74 0.59
HSL 350.77º 0.78% 0.23% -
HSV(B) 350.77º 0.88% 0.41% -
XYZ 6.05 3.31 1.36 -
YUV 41.81 119.65 172.36 -
System Red Green Blue C M Y K H S L
Decimal 104 13 27 0 0.88 0.74 0.59 350.77 0.78 0.23
Hex 68 D 1B 0 58 4A 3B 15F 4E 17
Octal 150 15 33 0 130 112 73 537 116 27
Binary 1101000 1101 11011 0 1011000 1001010 111011 101011111 1001110 10111

Color Harmonies of #680D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680D1B

Black with #680D1B

Text Example


Text Example

White with #680D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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