Html Css Color HEX #681828 Pohutukawa

📋 copy color: '#681828'

red 104 ◦ green 24 ◦ blue 40

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

Shades of Pohutukawa #681828

Tints of Pohutukawa #681828

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.29%

 BLUE value IS 40 (16.02% from 255) = 23.81%

R = 61.9%
G = 14.29%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.62

 K value IS 0.59

RGB Variations

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

Color information

#681828 (or 0x681828) is known color: Pohutukawa. HEX triplet: 68, 18 and 28. RGB value is (104,24,40). Sum of RGB (Red+Green+Blue) = 104+24+40=168 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.90% from 168); Green value is 24 (9.77% from 255 or 14.29% from 168); Blue value is 40 (16.02% from 255 or 23.81% from 168); Max value from RGB is 104 - color contains mainly: red. Hex color #681828 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681828 is #97E7D7. Grayscale: #313131. Windows color (decimal): -9955288 or 2627688. OLE color: 2627688.

HSL color Cylindrical-coordinate representation of color #681828: hue angle of 348º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #681828 is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 24 40 -
CMYK 0 0.77 0.62 0.59
HSL 348º 0.63% 0.25% -
HSV(B) 348º 0.77% 0.41% -
XYZ 6.42 3.75 2.39 -
YUV 49.74 122.5 166.7 -
System Red Green Blue C M Y K H S L
Decimal 104 24 40 0 0.77 0.62 0.59 348 0.63 0.25
Hex 68 18 28 0 4D 3E 3B 15C 3E 19
Octal 150 30 50 0 115 76 73 534 76 31
Binary 1101000 11000 101000 0 1001101 111110 111011 101011100 111110 11001

Color Harmonies of #681828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681828

Black with #681828

Text Example


Text Example

White with #681828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681828; }

 p { color: rgb(104,24,40); }

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

background-color css

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

 a { background-color: rgb(104,24,40); }

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

border-color css

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

 span { border-color: rgb(104,24,40); }

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