Html Css Color HEX #680B1C Pohutukawa

📋 copy color: '#680B1C'

red 104 ◦ green 11 ◦ blue 28

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

Shades of Pohutukawa #680B1C

Tints of Pohutukawa #680B1C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.69%

 BLUE value IS 28 (11.33% from 255) = 19.58%

R = 72.73%
G = 7.69%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.59

RGB Variations

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

Color information

#680B1C (or 0x680B1C) is known color: Pohutukawa. HEX triplet: 68, 0B and 1C. RGB value is (104,11,28). Sum of RGB (Red+Green+Blue) = 104+11+28=143 (18% of max value = 765). Red value is 104 (41.02% from 255 or 72.73% from 143); Green value is 11 (4.69% from 255 or 7.69% from 143); Blue value is 28 (11.33% from 255 or 19.58% from 143); Max value from RGB is 104 - color contains mainly: red. Hex color #680B1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680B1C is #97F4E3. Grayscale: #282828. Windows color (decimal): -9958628 or 1837928. OLE color: 1837928.

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

Color convert

RGB 104 11 28 -
CMYK 0 0.89 0.73 0.59
HSL 349.03º 0.81% 0.23% -
HSV(B) 349.03º 0.89% 0.41% -
XYZ 6.04 3.27 1.41 -
YUV 40.75 120.81 173.12 -
System Red Green Blue C M Y K H S L
Decimal 104 11 28 0 0.89 0.73 0.59 349.03 0.81 0.23
Hex 68 B 1C 0 59 49 3B 15D 51 17
Octal 150 13 34 0 131 111 73 535 121 27
Binary 1101000 1011 11100 0 1011001 1001001 111011 101011101 1010001 10111

Color Harmonies of #680B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680B1C

Black with #680B1C

Text Example


Text Example

White with #680B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,11,28); }

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

background-color css

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

 a { background-color: rgb(104,11,28); }

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

border-color css

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

 span { border-color: rgb(104,11,28); }

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