Html Css Color HEX #682021 Pohutukawa

📋 copy color: '#682021'

red 104 ◦ green 32 ◦ blue 33

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

Shades of Pohutukawa #682021

Tints of Pohutukawa #682021

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.93%

 BLUE value IS 33 (13.28% from 255) = 19.53%

R = 61.54%
G = 18.93%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.59

RGB Variations

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

Color information

#682021 (or 0x682021) is known color: Pohutukawa. HEX triplet: 68, 20 and 21. RGB value is (104,32,33). Sum of RGB (Red+Green+Blue) = 104+32+33=169 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.54% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 33 (13.28% from 255 or 19.53% from 169); Max value from RGB is 104 - color contains mainly: red. Hex color #682021 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682021 is #97DFDE. Grayscale: #353535. Windows color (decimal): -9953247 or 2170984. OLE color: 2170984.

HSL color Cylindrical-coordinate representation of color #682021: hue angle of 359.17º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #682021 is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 32 33 -
CMYK 0 0.69 0.68 0.59
HSL 359.17º 0.53% 0.27% -
HSV(B) 359.17º 0.69% 0.41% -
XYZ 6.5 4.09 1.88 -
YUV 53.64 116.35 163.92 -
System Red Green Blue C M Y K H S L
Decimal 104 32 33 0 0.69 0.68 0.59 359.17 0.53 0.27
Hex 68 20 21 0 45 44 3B 167 35 1B
Octal 150 40 41 0 105 104 73 547 65 33
Binary 1101000 100000 100001 0 1000101 1000100 111011 101100111 110101 11011

Color Harmonies of #682021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682021

Black with #682021

Text Example


Text Example

White with #682021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682021; }

 p { color: rgb(104,32,33); }

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

background-color css

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

 a { background-color: rgb(104,32,33); }

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

border-color css

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

 span { border-color: rgb(104,32,33); }

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