Html Css Color HEX #681527 Pohutukawa

📋 copy color: '#681527'

red 104 ◦ green 21 ◦ blue 39

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

Shades of Pohutukawa #681527

Tints of Pohutukawa #681527

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.8%

 BLUE value IS 39 (15.63% from 255) = 23.78%

R = 63.41%
G = 12.8%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.62

 K value IS 0.59

RGB Variations

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

Color information

#681527 (or 0x681527) is known color: Pohutukawa. HEX triplet: 68, 15 and 27. RGB value is (104,21,39). Sum of RGB (Red+Green+Blue) = 104+21+39=164 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.41% from 164); Green value is 21 (8.59% from 255 or 12.80% from 164); Blue value is 39 (15.62% from 255 or 23.78% from 164); Max value from RGB is 104 - color contains mainly: red. Hex color #681527 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681527 is #97EAD8. Grayscale: #2F2F2F. Windows color (decimal): -9956057 or 2561384. OLE color: 2561384.

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

Color convert

RGB 104 21 39 -
CMYK 0 0.80 0.62 0.59
HSL 346.99º 0.66% 0.25% -
HSV(B) 346.99º 0.8% 0.41% -
XYZ 6.34 3.63 2.28 -
YUV 47.87 123 168.04 -
System Red Green Blue C M Y K H S L
Decimal 104 21 39 0 0.80 0.62 0.59 346.99 0.66 0.25
Hex 68 15 27 0 50 3E 3B 15B 42 19
Octal 150 25 47 0 120 76 73 533 102 31
Binary 1101000 10101 100111 0 1010000 111110 111011 101011011 1000010 11001

Color Harmonies of #681527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681527

Black with #681527

Text Example


Text Example

White with #681527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681527; }

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

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

background-color css

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

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

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

border-color css

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

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

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