Html Css Color HEX #681222 Pohutukawa

📋 copy color: '#681222'

red 104 ◦ green 18 ◦ blue 34

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

Shades of Pohutukawa #681222

Tints of Pohutukawa #681222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 21.79%

R = 66.67%
G = 11.54%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.59

RGB Variations

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

Color information

#681222 (or 0x681222) is known color: Pohutukawa. HEX triplet: 68, 12 and 22. RGB value is (104,18,34). Sum of RGB (Red+Green+Blue) = 104+18+34=156 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.67% from 156); Green value is 18 (7.42% from 255 or 11.54% from 156); Blue value is 34 (13.67% from 255 or 21.79% from 156); Max value from RGB is 104 - color contains mainly: red. Hex color #681222 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681222 is #97EDDD. Grayscale: #2D2D2D. Windows color (decimal): -9956830 or 2232936. OLE color: 2232936.

HSL color Cylindrical-coordinate representation of color #681222: hue angle of 348.84º 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 #681222 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 18 34 -
CMYK 0 0.83 0.67 0.59
HSL 348.84º 0.7% 0.24% -
HSV(B) 348.84º 0.83% 0.41% -
XYZ 6.21 3.49 1.86 -
YUV 45.54 121.49 169.7 -
System Red Green Blue C M Y K H S L
Decimal 104 18 34 0 0.83 0.67 0.59 348.84 0.7 0.24
Hex 68 12 22 0 53 43 3B 15D 46 18
Octal 150 22 42 0 123 103 73 535 106 30
Binary 1101000 10010 100010 0 1010011 1000011 111011 101011101 1000110 11000

Color Harmonies of #681222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681222

Black with #681222

Text Example


Text Example

White with #681222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681222; }

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

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

background-color css

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

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

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

border-color css

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

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

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