Html Css Color HEX #681525 Pohutukawa

📋 copy color: '#681525'

red 104 ◦ green 21 ◦ blue 37

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

Shades of Pohutukawa #681525

Tints of Pohutukawa #681525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 22.84%

R = 64.2%
G = 12.96%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.64

 K value IS 0.59

RGB Variations

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

Color information

#681525 (or 0x681525) is known color: Pohutukawa. HEX triplet: 68, 15 and 25. RGB value is (104,21,37). Sum of RGB (Red+Green+Blue) = 104+21+37=162 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.20% from 162); Green value is 21 (8.59% from 255 or 12.96% from 162); Blue value is 37 (14.84% from 255 or 22.84% from 162); Max value from RGB is 104 - color contains mainly: red. Hex color #681525 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681525 is #97EADA. Grayscale: #2F2F2F. Windows color (decimal): -9956059 or 2430312. OLE color: 2430312.

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

Color convert

RGB 104 21 37 -
CMYK 0 0.80 0.64 0.59
HSL 348.43º 0.66% 0.25% -
HSV(B) 348.43º 0.8% 0.41% -
XYZ 6.31 3.61 2.12 -
YUV 47.64 122 168.2 -
System Red Green Blue C M Y K H S L
Decimal 104 21 37 0 0.80 0.64 0.59 348.43 0.66 0.25
Hex 68 15 25 0 50 40 3B 15C 42 19
Octal 150 25 45 0 120 100 73 534 102 31
Binary 1101000 10101 100101 0 1010000 1000000 111011 101011100 1000010 11001

Color Harmonies of #681525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681525

Black with #681525

Text Example


Text Example

White with #681525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681525; }

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

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

background-color css

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

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

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

border-color css

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

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

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