Html Css Color HEX #681215 Pohutukawa

📋 copy color: '#681215'

red 104 ◦ green 18 ◦ blue 21

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

Shades of Pohutukawa #681215

Tints of Pohutukawa #681215

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.59%

 BLUE value IS 21 (8.59% from 255) = 14.69%

R = 72.73%
G = 12.59%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.59

RGB Variations

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

Color information

#681215 (or 0x681215) is known color: Pohutukawa. HEX triplet: 68, 12 and 15. RGB value is (104,18,21). Sum of RGB (Red+Green+Blue) = 104+18+21=143 (18% of max value = 765). Red value is 104 (41.02% from 255 or 72.73% from 143); Green value is 18 (7.42% from 255 or 12.59% from 143); Blue value is 21 (8.59% from 255 or 14.69% from 143); Max value from RGB is 104 - color contains mainly: red. Hex color #681215 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681215 is #97EDEA. Grayscale: #2C2C2C. Windows color (decimal): -9956843 or 1380968. OLE color: 1380968.

HSL color Cylindrical-coordinate representation of color #681215: hue angle of 357.91º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #681215 is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 18 21 -
CMYK 0 0.83 0.80 0.59
HSL 357.91º 0.7% 0.24% -
HSV(B) 357.91º 0.83% 0.41% -
XYZ 6.06 3.43 1.05 -
YUV 44.06 114.99 170.76 -
System Red Green Blue C M Y K H S L
Decimal 104 18 21 0 0.83 0.80 0.59 357.91 0.7 0.24
Hex 68 12 15 0 53 50 3B 166 46 18
Octal 150 22 25 0 123 120 73 546 106 30
Binary 1101000 10010 10101 0 1010011 1010000 111011 101100110 1000110 11000

Color Harmonies of #681215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681215

Black with #681215

Text Example


Text Example

White with #681215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681215; }

 p { color: rgb(104,18,21); }

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

background-color css

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

 a { background-color: rgb(104,18,21); }

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

border-color css

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

 span { border-color: rgb(104,18,21); }

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