Html Css Color HEX #681B2A Pohutukawa

📋 copy color: '#681B2A'

red 104 ◦ green 27 ◦ blue 42

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

Shades of Pohutukawa #681B2A

Tints of Pohutukawa #681B2A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.61%

 BLUE value IS 42 (16.8% from 255) = 24.28%

R = 60.12%
G = 15.61%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.60

 K value IS 0.59

RGB Variations

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

Color information

#681B2A (or 0x681B2A) is known color: Pohutukawa. HEX triplet: 68, 1B and 2A. RGB value is (104,27,42). Sum of RGB (Red+Green+Blue) = 104+27+42=173 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.12% from 173); Green value is 27 (10.94% from 255 or 15.61% from 173); Blue value is 42 (16.80% from 255 or 24.28% from 173); Max value from RGB is 104 - color contains mainly: red. Hex color #681B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681B2A is #97E4D5. Grayscale: #333333. Windows color (decimal): -9954518 or 2759528. OLE color: 2759528.

HSL color Cylindrical-coordinate representation of color #681B2A: hue angle of 348.31º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #681B2A is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 27 42 -
CMYK 0 0.74 0.60 0.59
HSL 348.31º 0.59% 0.26% -
HSV(B) 348.31º 0.74% 0.41% -
XYZ 6.52 3.89 2.6 -
YUV 51.73 122.51 165.28 -
System Red Green Blue C M Y K H S L
Decimal 104 27 42 0 0.74 0.60 0.59 348.31 0.59 0.26
Hex 68 1B 2A 0 4A 3C 3B 15C 3B 1A
Octal 150 33 52 0 112 74 73 534 73 32
Binary 1101000 11011 101010 0 1001010 111100 111011 101011100 111011 11010

Color Harmonies of #681B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681B2A

Black with #681B2A

Text Example


Text Example

White with #681B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681B2A; }

 p { color: rgb(104,27,42); }

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

background-color css

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

 a { background-color: rgb(104,27,42); }

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

border-color css

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

 span { border-color: rgb(104,27,42); }

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