Html Css Color HEX #680C1C Pohutukawa

📋 copy color: '#680C1C'

red 104 ◦ green 12 ◦ blue 28

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

Shades of Pohutukawa #680C1C

Tints of Pohutukawa #680C1C

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.33%

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

R = 72.22%
G = 8.33%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.59

RGB Variations

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

Color information

#680C1C (or 0x680C1C) is known color: Pohutukawa. HEX triplet: 68, 0C and 1C. RGB value is (104,12,28). Sum of RGB (Red+Green+Blue) = 104+12+28=144 (19% of max value = 765). Red value is 104 (41.02% from 255 or 72.22% from 144); Green value is 12 (5.08% from 255 or 8.33% from 144); Blue value is 28 (11.33% from 255 or 19.44% from 144); Max value from RGB is 104 - color contains mainly: red. Hex color #680C1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680C1C is #97F3E3. Grayscale: #292929. Windows color (decimal): -9958372 or 1838184. OLE color: 1838184.

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

Color convert

RGB 104 12 28 -
CMYK 0 0.88 0.73 0.59
HSL 349.57º 0.79% 0.23% -
HSV(B) 349.57º 0.88% 0.41% -
XYZ 6.05 3.29 1.41 -
YUV 41.33 120.48 172.7 -
System Red Green Blue C M Y K H S L
Decimal 104 12 28 0 0.88 0.73 0.59 349.57 0.79 0.23
Hex 68 C 1C 0 58 49 3B 15E 4F 17
Octal 150 14 34 0 130 111 73 536 117 27
Binary 1101000 1100 11100 0 1011000 1001001 111011 101011110 1001111 10111

Color Harmonies of #680C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680C1C

Black with #680C1C

Text Example


Text Example

White with #680C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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