Html Css Color HEX #681024 Pohutukawa

📋 copy color: '#681024'

red 104 ◦ green 16 ◦ blue 36

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

Shades of Pohutukawa #681024

Tints of Pohutukawa #681024

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.26%

 BLUE value IS 36 (14.45% from 255) = 23.08%

R = 66.67%
G = 10.26%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.59

RGB Variations

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

Color information

#681024 (or 0x681024) is known color: Pohutukawa. HEX triplet: 68, 10 and 24. RGB value is (104,16,36). Sum of RGB (Red+Green+Blue) = 104+16+36=156 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.67% from 156); Green value is 16 (6.64% from 255 or 10.26% from 156); Blue value is 36 (14.45% from 255 or 23.08% from 156); Max value from RGB is 104 - color contains mainly: red. Hex color #681024 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681024 is #97EFDB. Grayscale: #2C2C2C. Windows color (decimal): -9957340 or 2363496. OLE color: 2363496.

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

Color convert

RGB 104 16 36 -
CMYK 0 0.85 0.65 0.59
HSL 346.36º 0.73% 0.24% -
HSV(B) 346.36º 0.85% 0.41% -
XYZ 6.21 3.44 2.01 -
YUV 44.59 123.15 170.37 -
System Red Green Blue C M Y K H S L
Decimal 104 16 36 0 0.85 0.65 0.59 346.36 0.73 0.24
Hex 68 10 24 0 55 41 3B 15A 49 18
Octal 150 20 44 0 125 101 73 532 111 30
Binary 1101000 10000 100100 0 1010101 1000001 111011 101011010 1001001 11000

Color Harmonies of #681024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681024

Black with #681024

Text Example


Text Example

White with #681024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681024; }

 p { color: rgb(104,16,36); }

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

background-color css

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

 a { background-color: rgb(104,16,36); }

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

border-color css

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

 span { border-color: rgb(104,16,36); }

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